From 45103a6a706ef5a234e19bdb00e520c32e1b15e6 Mon Sep 17 00:00:00 2001 From: Sebastian Wiedenroth Date: Wed, 23 Oct 2013 21:53:08 +0200 Subject: [PATCH] libnms: fix build on SmartOS --- multimedia/libnms/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/libnms/Makefile b/multimedia/libnms/Makefile index 025c43fe83fa3..db6c49cc3f906 100644 --- a/multimedia/libnms/Makefile +++ b/multimedia/libnms/Makefile @@ -14,6 +14,8 @@ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config USE_LIBTOOL= yes +LDFLAGS.SunOS+= -lsocket -lnsl + PKGCONFIG_OVERRIDE+= libnms.pc.in .include "../../mk/bsd.pkg.mk"