diff -urN /usr/ports/games/xbl/Makefile games/xbl/Makefile
--- /usr/ports/games/xbl/Makefile Mon Jun 5 04:26:20 2000
+++ games/xbl/Makefile Sat Oct 14 03:47:04 2000
@@ -15,7 +15,8 @@
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-CFLAGS+= -I${PREFIX}/include
+CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
+ LIBS="-L${X11BASE}/lib"
MANN= xbl.n
.include <bsd.port.mk>
diff -urN /usr/ports/games/xbl/files/patch-aa games/xbl/files/patch-aa
--- /usr/ports/games/xbl/files/patch-aa Tue Dec 1 17:17:36 1998
+++ games/xbl/files/patch-aa Sat Oct 14 03:54:09 2000
@@ -29,7 +29,7 @@
# The default value if overrided by configure if xmkmf or imake exists.
#
-SCOREDIR=/usr/local/lib/xbl
-+SCOREDIR=$(PREFIX)/lib/xbl
++SCOREDIR=$(PREFIX)/lib/X11/xbl
@SCOREDIR@
# Directory where put man pages.
@@ -54,7 +54,7 @@
-DXBLVERSION=\"$(XBLVERSION)\" \
-DGROUP_GID=$(GROUP_GID) \
- $(USE_SETGID) @DEFS@ -g
-+ $(USE_SETGID) @DEFS@ @CFLAGS@
++ $(USE_SETGID) @DEFS@ @CPPFLAGS@ @CFLAGS@
# For link edit options
LDOPTIONS=$(CFLAGS)
LDOPTIONS=@LDOPTIONS@
|