summaryrefslogtreecommitdiff
path: root/graphics/aqsis
diff options
context:
space:
mode:
authordholland <dholland>2014-01-02 07:19:45 +0000
committerdholland <dholland>2014-01-02 07:19:45 +0000
commitfa12ac7fa9384272883b5bc370f5e70c753d18f0 (patch)
treee858425360e65e4f74e0c51309bede0604e5e867 /graphics/aqsis
parenteeaa5f73b7528f7c2e21e5899f32a71bcf94f7ad (diff)
downloadpkgsrc-fa12ac7fa9384272883b5bc370f5e70c753d18f0.tar.gz
Requires -lsocket -lnsl on Solaris; hopefully doing it the easy way
will work.
Diffstat (limited to 'graphics/aqsis')
-rw-r--r--graphics/aqsis/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile
index b081c403411..719d74fea3f 100644
--- a/graphics/aqsis/Makefile
+++ b/graphics/aqsis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2013/11/20 20:04:37 adam Exp $
+# $NetBSD: Makefile,v 1.55 2014/01/02 07:19:45 dholland Exp $
#
DISTNAME= aqsis-1.8.1
@@ -15,6 +15,8 @@ USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config flex bison
+LIBS.SunOS= -lsocket -lnsl
+
#
# Insists on being built in a separate directory.
#