diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-09-14 09:15:00 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-09-14 09:15:00 +0800 |
commit | 736c098076322301644d3dd581d2bc0994f3fbe4 (patch) | |
tree | df49424bbd2584b0d8b6994fa7cf5c9a228f890b /games | |
parent | 12015dfd21645826c4e4963d3c79dfba07f4016b (diff) | |
download | freebsd-ports-gnome-736c098076322301644d3dd581d2bc0994f3fbe4.tar.gz freebsd-ports-gnome-736c098076322301644d3dd581d2bc0994f3fbe4.tar.zst freebsd-ports-gnome-736c098076322301644d3dd581d2bc0994f3fbe4.zip |
Fix build with clang/libc++
Diffstat (limited to 'games')
-rw-r--r-- | games/neverball/Makefile | 2 |
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} |