pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/aqsis fix linking network libs on SunOS, now ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e786c1832c9a
branches: trunk
changeset: 652750:e786c1832c9a
user: wiedi <wiedi%pkgsrc.org@localhost>
date: Sun Jun 07 13:58:08 2015 +0000
description:
fix linking network libs on SunOS, now fails a bit later
diffstat:
graphics/aqsis/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7660920886b8 -r e786c1832c9a graphics/aqsis/Makefile
--- a/graphics/aqsis/Makefile Sun Jun 07 13:56:07 2015 +0000
+++ b/graphics/aqsis/Makefile Sun Jun 07 13:58:08 2015 +0000
@@ -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_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.
Home |
Main Index |
Thread Index |
Old Index