From f9e6ae88ca16ba7d341c8cd2ab289791b5d622ba Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 8 Sep 1994 19:15:47 +0000 Subject: [PATCH] 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 --- games/x11/xneko/Makefile | 1 + games/x11/xroach/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/games/x11/xneko/Makefile b/games/x11/xneko/Makefile index a8a9a18e6f9c..ff9fb86b61b2 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 dc762c8507ac..9a5dd6f20a6a 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