freebsd-ports/x11-wm/xfce4/files/patch-af
Yukihiro Nakai fa2eebe46f Update to 3.5.2
'xhost' problem fixed in 3.5.2.
2000-11-01 20:44:26 +00:00

23 lines
755 B
Plaintext

--- configure.orig Sun Oct 1 01:16:19 2000
+++ configure Thu Nov 2 05:45:10 2000
@@ -2622,6 +2622,8 @@
if test "$cross_compiling" = yes; then
ac_cv_func_mmap_fixed_mapped=no
else
+ ac_save_LIBS="$LIBS"
+ LIBS="-lintl $LIBS"
cat > conftest.$ac_ext <<EOF
#line 2627 "configure"
#include "confdefs.h"
@@ -6667,8 +6669,8 @@
-
-
+XFCE_DIR=`eval echo $XFCE_DIR`
+XFCE_CONFDIR=`eval echo $XFCE_CONFDIR`
sed -e "s%XFCE_DIR%$XFCE_DIR%g" -e "s%XFCE_CONFDIR%$XFCE_CONFDIR%g" scripts/xfce_setup.in > scripts/xfce_setup
sed -e "s%XFCE_DIR%$XFCE_DIR%g" -e "s%XFCE_CONFDIR%$XFCE_CONFDIR%g" scripts/xfce_upgrade.in > scripts/xfce_upgrade
sed -e "s%XFCE_DIR%$XFCE_DIR%g" -e "s%XFCE_CONFDIR%$XFCE_CONFDIR%g" scripts/xfhelp.in > scripts/xfhelp