freebsd-ports/editors/gedit2/files/patch-configure
Joe Marcus Clarke 336b31c394 Update to GNOME 2.2.
This is Phase I.  All existing ports have been updated to their GNOME 2.2
counterparts.
2003-02-07 18:42:25 +00:00

31 lines
820 B
Text

--- configure.orig Tue Dec 17 05:27:57 2002
+++ configure Sun Dec 22 17:31:25 2002
@@ -7270,6 +7270,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -10758,17 +10759,17 @@
if test "x${prefix}" = "xNONE"; then
cat >>confdefs.h <<_ACEOF
-#define PIXMAPS_DIR "${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
+
_ACEOF
pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
else
cat >>confdefs.h <<_ACEOF
-#define PIXMAPS_DIR "${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
+#define PIXMAPS_DIR "${datadir}/pixmaps"
_ACEOF
- pixmapsdir="${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
+ pixmapsdir="${datadir}/pixmaps"
fi