summaryrefslogtreecommitdiff
path: root/emulators/gxemul
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-12-10 11:53:55 +0000
committerjperkin <jperkin@pkgsrc.org>2013-12-10 11:53:55 +0000
commitb10243b67d3bd7d930656274ed6ecc0487639db2 (patch)
treed130b7569d3321f24b6680d3b473f4bb0d7ab926 /emulators/gxemul
parentf610ef2c0ac3f746fbea660fa648e7be6d2defde (diff)
downloadpkgsrc-b10243b67d3bd7d930656274ed6ecc0487639db2.tar.gz
Use LDFLAGS instead of LIBS, fixes SunOS. Patch from Sebastian Wiedenroth.
Diffstat (limited to 'emulators/gxemul')
-rw-r--r--emulators/gxemul/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile
index 0359a921a44..9689cbbc4ab 100644
--- a/emulators/gxemul/Makefile
+++ b/emulators/gxemul/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2013/06/29 08:24:53 mrg Exp $
+# $NetBSD: Makefile,v 1.50 2013/12/10 11:53:55 jperkin Exp $
DISTNAME= gxemul-0.6.0
PKGREVISION= 4
@@ -17,7 +17,7 @@ USE_LANGUAGES= c c++
HAS_CONFIGURE= yes
BUILD_TARGET= build
-LIBS.SunOS+= -lsocket -lnsl
+LDFLAGS.SunOS+= -lsocket -lnsl
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/${PKGBASE}