freebsd-ports/graphics/dia/files/patch-ad

66 lines
1.6 KiB
Text
Raw Normal View History

2007-03-25 21:30:30 +02:00
--- configure.orig Sun Mar 25 15:18:59 2007
+++ configure Sun Mar 25 15:20:01 2007
@@ -20515,7 +20515,7 @@ if test "${with_freetype+set}" = set; th
else
with_freetype=yes
fi;
-if test "x$with_freetype" == "xyes"; then
+if test "x$with_freetype" = "xyes"; then
pkg_failed=no
echo "$as_me:$LINENO: checking for PANGOFT2" >&5
@@ -20835,7 +20835,7 @@ _ACEOF
2002-06-03 13:30:43 +02:00
2003-04-04 09:21:03 +02:00
cat >>confdefs.h <<_ACEOF
-#define GNOME_ICONDIR "${prefix}/share/pixmaps"
+#define GNOME_ICONDIR "${datadir}/pixmaps"
_ACEOF
2003-04-04 09:21:03 +02:00
have_gnome=true
2007-03-25 21:30:30 +02:00
@@ -20989,7 +20989,7 @@ if test "${with_gnomeprint+set}" = set;
else
with_gnomeprint=no
fi;
-if test "x$with_gnomeprint" == "xyes"; then
+if test "x$with_gnomeprint" = "xyes"; then
pkg_failed=no
echo "$as_me:$LINENO: checking for GNOMEPRINT" >&5
@@ -21927,7 +21927,7 @@ else
echo "${ECHO_T}no" >&6
fi
-if test "$XGETTEXT" == none ; then
+if test "$XGETTEXT" = none ; then
{ { echo "$as_me:$LINENO: error: xgettext program not found: $XGETTEXT." >&5
echo "$as_me: error: xgettext program not found: $XGETTEXT." >&2;}
{ (exit 1); exit 1; }; }
@@ -25011,7 +25011,7 @@ echo $ECHO_N "checking local Python conf
2004-05-01 21:49:44 +02:00
fi
2004-05-01 21:49:44 +02:00
-
2004-05-01 21:49:44 +02:00
+ PYTHON_EXEC_PREFIX=${LOCALBASE}
PYTHON_PLATFORM=`$PYTHON -c "import sys; print sys.platform"`
2007-03-25 21:30:30 +02:00
@@ -25073,12 +25073,12 @@ except ImportError:
except:
sys.exit(0)
sys.exit(0)"
-if $PYTHON -c "$prog" 1>&5 2>&5
- then
+#if $PYTHON -c "$prog" 1>&5 2>&5
+# then
eval "py_cv_mod_$py_mod_var=yes"
- else
- eval "py_cv_mod_$py_mod_var=no"
- fi
+# else
+# eval "py_cv_mod_$py_mod_var=no"
+# fi
fi
2004-05-01 21:49:44 +02:00