1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/games/bzflag/files/patch-configure
Edwin Groothuis 07cc0ae443 update port: games/bzflag to version 2.0.0
Update games/bzflag port to version 2.0.0.  It might be
	useful to have some people test v2 long enough to confirm
	that people prefer it to v1.x.  If the users prefer, it
	might be better to create a new port games/bzflag2, but I
	will wait for feedback which indicates this.

PR:		ports/76454
Submitted by:	Charles Swiger <chuck@pkix.net>
2005-01-19 12:04:29 +00:00

20 lines
409 B
Plaintext

--- configure.orig Tue Jan 18 17:13:36 2005
+++ configure Tue Jan 18 17:16:43 2005
@@ -63,7 +63,7 @@
prefix=NONE
program_prefix=NONE
program_suffix=NONE
-program_transform_name=s,x,x,
+program_transform_name=
silent=
site=
srcdir=
@@ -4198,6 +4198,7 @@
beos*)
;;
*)
+ CPPFLAGS="$X_CFLAGS $CPPFLAGS"
if test x$no_x = x; then
GLIBS="$X_PRE_LIBS -lX11 $EXTRA_LIBS $GLIBS"
fi