summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-08 19:15:47 +0000
committerjkh <jkh@FreeBSD.org>1994-09-08 19:15:47 +0000
commitda8f99c491a2eba842b4b41f403d5fac273ea8d3 (patch)
tree8326bc14015c2c3b085574339968107d19bdb683 /games
parent4ad4a882107a460adc4345855fc78c0a3950bb97 (diff)
downloadFreeBSD-src-da8f99c491a2eba842b4b41f403d5fac273ea8d3.zip
FreeBSD-src-da8f99c491a2eba842b4b41f403d5fac273ea8d3.tar.gz
Sigh. Ok, now that these have been uncovered by fixing the Makefile,
make them work! :-) Just include ${X11BASE}/include in the CFLAGS, basically. Submitted by: jkh
Diffstat (limited to 'games')
-rw-r--r--games/x11/xneko/Makefile1
-rw-r--r--games/x11/xroach/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/games/x11/xneko/Makefile b/games/x11/xneko/Makefile
index a8a9a18..ff9fb86 100644
--- a/games/x11/xneko/Makefile
+++ b/games/x11/xneko/Makefile
@@ -3,6 +3,7 @@
PROG= xneko
MAN6= xneko.6
DPADD+= ${X11BASE}/lib/libX11.a ${LIBM}
+CFLAGS+= -I${X11BASE}/include
LDDESTDIR+= -L${X11BASE}/lib
LDADD+= -lX11 -lm
diff --git a/games/x11/xroach/Makefile b/games/x11/xroach/Makefile
index dc762c8..9a5dd6f 100644
--- a/games/x11/xroach/Makefile
+++ b/games/x11/xroach/Makefile
@@ -2,7 +2,7 @@
PROG= xroach
MAN6= xroach.6
-CFLAGS+= -I${.CURDIR}/bitmaps
+CFLAGS+= -I${.CURDIR}/bitmaps -I${X11BASE}/include
DPADD+= ${X11BASE}/lib/libX11.a ${LIBM}
LDDESTDIR+= -L${X11BASE}/lib
LDADD+= -lX11 -lm
OpenPOWER on IntegriCloud