From 508eab7af79225d605a04b0bd882ae5e16c11eb7 Mon Sep 17 00:00:00 2001 From: jperkin Date: Tue, 10 Dec 2013 11:53:55 +0000 Subject: Use LDFLAGS instead of LIBS, fixes SunOS. Patch from Sebastian Wiedenroth. --- emulators/gxemul/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators') diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 0359a921a44..9689cbbc4ab 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2013/06/29 08:24:53 mrg Exp $ +# $NetBSD: Makefile,v 1.50 2013/12/10 11:53:55 jperkin Exp $ DISTNAME= gxemul-0.6.0 PKGREVISION= 4 @@ -17,7 +17,7 @@ USE_LANGUAGES= c c++ HAS_CONFIGURE= yes BUILD_TARGET= build -LIBS.SunOS+= -lsocket -lnsl +LDFLAGS.SunOS+= -lsocket -lnsl INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/${PKGBASE} -- cgit v1.2.3