freebsd-ports/games/bzflag/files/patch-configure
Pav Lucistnik 7857a12163 - Update to 1.10.4
PR:		ports/61868
Submitted by:	Charles Swiger <chuck@pkix.net> (maintainer)
2004-01-25 19:52:47 +00:00

20 lines
453 B
Text

--- configure.orig Sat Jan 24 20:15:57 2004
+++ configure Sun Jan 25 00:24:23 2004
@@ -323,7 +323,7 @@
prefix=NONE
program_prefix=NONE
program_suffix=NONE
-program_transform_name=s,x,x,
+program_transform_name=
silent=
site=
srcdir=
@@ -6065,7 +6065,7 @@
# avoid using X11 in BeOS
if test $host_os != beos; then
- CPPFLAGS=
+ CPPFLAGS="$X_CFLAGS $CPPFLAGS"
if test x$no_x = x; then
GLIBS="$X_PRE_LIBS -lX11 $EXTRA_LIBS $GLIBS"
fi