summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-08-21 14:08:04 +0000
committerjperkin <jperkin@pkgsrc.org>2014-08-21 14:08:04 +0000
commit2eff4c1070271aad87130160427215e94f0aea44 (patch)
treecd2f21cad536338fa5ee42736a54969710f1d529 /games
parent93b5ed0d1a100ec676ff25d8a92d0fffd7734035 (diff)
downloadpkgsrc-2eff4c1070271aad87130160427215e94f0aea44.tar.gz
Fix build on SunOS (needs explicit -lX11 -lm).
Diffstat (limited to 'games')
-rw-r--r--games/neverball/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/neverball/Makefile b/games/neverball/Makefile
index 8ba27e156d1..728de25f47b 100644
--- a/games/neverball/Makefile
+++ b/games/neverball/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2013/06/04 22:16:10 tron Exp $
+# $NetBSD: Makefile,v 1.30 2014/08/21 14:08:04 jperkin Exp $
DISTNAME= neverball-1.5.4
PKGREVISION= 7
@@ -22,6 +22,7 @@ SHAREDIR= ${PREFIX}/share/${PKGBASE}
INSTALLATION_DIRS= bin share/doc/${PKGBASE} share/${PKGBASE}
LDFLAGS.DragonFly= -lX11 -lm
+LDFLAGS.SunOS+= -lX11 -lm
do-install:
${INSTALL_DATA} ${WRKSRC}/doc/MANUAL ${WRKSRC}/README \