diff options
author | wiedi <wiedi@pkgsrc.org> | 2015-12-12 22:57:22 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2015-12-12 22:57:22 +0000 |
commit | fb27338a859c4bc16eb7873d910b6fff5c5d9fae (patch) | |
tree | 930cd8c232b9096007e8fd05716b2c3a579ac596 /misc/open2300 | |
parent | f2e2ff58077139699b6e3c5220eef5404a4a783b (diff) | |
download | pkgsrc-fb27338a859c4bc16eb7873d910b6fff5c5d9fae.tar.gz |
Link network libs for SunOS
Diffstat (limited to 'misc/open2300')
-rw-r--r-- | misc/open2300/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/open2300/Makefile.common b/misc/open2300/Makefile.common index ccd506617af..c53c8d98e70 100644 --- a/misc/open2300/Makefile.common +++ b/misc/open2300/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2010/02/05 15:26:15 martin Exp $ +# $NetBSD: Makefile.common,v 1.8 2015/12/12 22:57:22 wiedi Exp $ # # used by misc/open2300-mysql/Makefile @@ -12,4 +12,6 @@ HOMEPAGE= http://www.lavrsen.dk/twiki/bin/view/Open2300/WebHome PATCHDIR= ${.CURDIR}/../open2300/patches DISTINFO_FILE= ${.CURDIR}/../open2300/distinfo +LDFLAGS.SunOS+= -lsocket -lnsl + .include "../../mk/bsd.pkg.mk" |