diff options
author | jperkin <jperkin> | 2014-08-21 08:52:09 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-08-21 08:52:09 +0000 |
commit | e03a5a2f4817d9d8da31501838e2ed405ae5221d (patch) | |
tree | 5ecd3bf265a786703e0a1f3a9e92f0026ec9c8f3 /games | |
parent | 9af8322f9974417fcebe3870f3091bb0655f59d6 (diff) | |
download | pkgsrc-e03a5a2f4817d9d8da31501838e2ed405ae5221d.tar.gz |
Fix build on SunOS (needs explicit -lX11).
Diffstat (limited to 'games')
-rw-r--r-- | games/fillets-ng/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |