summaryrefslogtreecommitdiff
path: root/comms/obexftp/Makefile
diff options
context:
space:
mode:
authorhans <hans>2012-02-16 17:35:30 +0000
committerhans <hans>2012-02-16 17:35:30 +0000
commit62a4b19c7bbef729dc4969cd3745931df8eef023 (patch)
tree4c2da346df0aa2bf17cd6f8a89f43964ba09831e /comms/obexftp/Makefile
parent0190bbe555f8d2f618cb3415205bd76acdddee23 (diff)
downloadpkgsrc-62a4b19c7bbef729dc4969cd3745931df8eef023.tar.gz
Fix build on SunOS.
Diffstat (limited to 'comms/obexftp/Makefile')
-rw-r--r--comms/obexftp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/obexftp/Makefile b/comms/obexftp/Makefile
index 7912a0af649..6935a8b674f 100644
--- a/comms/obexftp/Makefile
+++ b/comms/obexftp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/07/20 05:56:02 hasso Exp $
+# $NetBSD: Makefile,v 1.14 2012/02/16 17:40:29 hans Exp $
#
DISTNAME= obexftp-0.20
@@ -21,6 +21,8 @@ CONFIGURE_ARGS+= --disable-perl
CONFIGURE_ARGS+= --disable-python
CONFIGURE_ARGS+= --disable-swig
+LIBS.SunOS+= -lsocket -lnsl -liconv
+
.include "../../mk/bsd.prefs.mk"
.if ((${OPSYS} == "NetBSD" && exists(/usr/include/bluetooth.h)) || ${OPSYS} == "DragonFly")