PR: ports/123575 Submitted by: Chuck Swiger <chuck@pkix.net> (maintainer) Approved by: araujo (mentor), Chuck Swiger <chuck@pkix.net> (maintainer)
19 lines
414 B
Text
19 lines
414 B
Text
--- configure.orig Sat May 10 13:59:47 2008
|
|
+++ configure Sat May 10 14:02:42 2008
|
|
@@ -980,7 +980,7 @@
|
|
prefix=NONE
|
|
program_prefix=NONE
|
|
program_suffix=NONE
|
|
-program_transform_name=s,x,x,
|
|
+program_transform_name=
|
|
silent=
|
|
site=
|
|
srcdir=
|
|
@@ -24625,6 +24625,7 @@
|
|
beos*)
|
|
;;
|
|
*)
|
|
+ CPPFLAGS="$X_CFLAGS $CPPFLAGS"
|
|
if test x$no_x = x ; then
|
|
GLIBS="$X_PRE_LIBS -lX11 $EXTRA_LIBS $GLIBS"
|
|
fi
|