From a0267c70ba2258aa5384e216162f30b8f692463d Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 21 Aug 2014 08:52:09 +0000 Subject: Fix build on SunOS (needs explicit -lX11). --- games/fillets-ng/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games/fillets-ng/Makefile b/games/fillets-ng/Makefile index c6a9ba305a4..3159c929b8c 100644 --- a/games/fillets-ng/Makefile +++ b/games/fillets-ng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2014/05/03 13:14:37 alnsn Exp $ +# $NetBSD: Makefile,v 1.33 2014/08/21 08:52:09 jperkin Exp $ # DISTNAME= fillets-ng-0.7.3 @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes USE_LANGUAGES= c c++ LDFLAGS.DragonFly= -lX11 +LDFLAGS.SunOS+= -lX11 SUBST_CLASSES+= man SUBST_STAGE.man= post-patch -- cgit v1.2.3