From fa12ac7fa9384272883b5bc370f5e70c753d18f0 Mon Sep 17 00:00:00 2001 From: dholland Date: Thu, 2 Jan 2014 07:19:45 +0000 Subject: Requires -lsocket -lnsl on Solaris; hopefully doing it the easy way will work. --- graphics/aqsis/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'graphics/aqsis') 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. # -- cgit v1.2.3