mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
336b31c394
This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts.
32 lines
820 B
Plaintext
32 lines
820 B
Plaintext
--- 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
|
|
|
|
|