summaryrefslogtreecommitdiff
path: root/graphics/aqsis
diff options
context:
space:
mode:
authorwiedi <wiedi>2015-06-07 13:58:08 +0000
committerwiedi <wiedi>2015-06-07 13:58:08 +0000
commit48d71235014e99e19b45ac35cbb7d136d29276ef (patch)
tree4069f558464b35396b0bd5ecb19025a854fb11a7 /graphics/aqsis
parent395d8c347ef8fc0024d563bb0a221887b2dbf094 (diff)
downloadpkgsrc-48d71235014e99e19b45ac35cbb7d136d29276ef.tar.gz
fix linking network libs on SunOS, now fails a bit later
Diffstat (limited to 'graphics/aqsis')
-rw-r--r--graphics/aqsis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile
index 30c631dee5f..7bbcf629df9 100644
--- a/graphics/aqsis/Makefile
+++ b/graphics/aqsis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2015/04/25 14:23:07 tnn Exp $
+# $NetBSD: Makefile,v 1.64 2015/06/07 13:58:08 wiedi Exp $
#
DISTNAME= aqsis-1.8.1
@@ -15,7 +15,7 @@ USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config flex bison
-LIBS.SunOS= -lsocket -lnsl
+LDFLAGS.SunOS= -lsocket -lnsl
#
# Insists on being built in a separate directory.