7857a12163
PR: ports/61868 Submitted by: Charles Swiger <chuck@pkix.net> (maintainer)
20 lines
453 B
Text
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
|