From 48d71235014e99e19b45ac35cbb7d136d29276ef Mon Sep 17 00:00:00 2001 From: wiedi Date: Sun, 7 Jun 2015 13:58:08 +0000 Subject: fix linking network libs on SunOS, now fails a bit later --- graphics/aqsis/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/aqsis') 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. -- cgit v1.2.3