diff options
author | wiedi <wiedi@pkgsrc.org> | 2015-12-12 17:26:05 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2015-12-12 17:26:05 +0000 |
commit | 67268a3c82514e18fe2f0144868f64cb0724fc66 (patch) | |
tree | e5a21cde9c39a511a66f371b9100b7659fac5f9b /biology | |
parent | 98a3bf42a744d00c2f9bd17c7b473cb30d8a7c08 (diff) | |
download | pkgsrc-67268a3c82514e18fe2f0144868f64cb0724fc66.tar.gz |
Fix network libs on SunOS
Diffstat (limited to 'biology')
-rw-r--r-- | biology/gabedit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/gabedit/Makefile b/biology/gabedit/Makefile index 768c641786f..30fb6c60615 100644 --- a/biology/gabedit/Makefile +++ b/biology/gabedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/07/27 19:47:55 asau Exp $ +# $NetBSD: Makefile,v 1.3 2015/12/12 17:26:05 wiedi Exp $ PKGNAME= gabedit-2.4.8 DISTNAME= GabeditSrc248 @@ -17,6 +17,8 @@ INSTALLATION_DIRS= bin CHECK_PORTABILITY_SKIP= utils/Dalton/SGE/submitDalton \ utils/Gamess/SGE/submitGamess +LDFLAGS.SunOS+= -lsocket -lnsl + do-configure: cd $(WRKSRC) && cp platforms/CONFIG.unix CONFIG |