summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-14 01:15:00 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-14 01:15:00 +0000
commite9a977dacfc91e1cc3df8c393a8c0c94e030799c (patch)
treedf49424bbd2584b0d8b6994fa7cf5c9a228f890b /games
parentFix build with clang/libc++ (diff)
Fix build with clang/libc++
Notes
Notes: svn path=/head/; revision=327201
Diffstat (limited to 'games')
-rw-r--r--games/neverball/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/neverball/Makefile b/games/neverball/Makefile
index b2f66c70f1ae..b9328a5ace86 100644
--- a/games/neverball/Makefile
+++ b/games/neverball/Makefile
@@ -24,6 +24,8 @@ MAKE_ENV+= ENABLE_WII=0
PORTDOCS= CHANGES COPYING README
MAN6= neverball.6 neverputt.6
+LDFLAGS+= -lX11 # calls X functions directly, but doesn't link libX11
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}