summaryrefslogtreecommitdiff
path: root/net/gnome-nettool/files/patch-configure
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-05 19:36:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-05 19:36:26 +0000
commit3d440251017e0a5e603ce2a99fe25dd3108ad272 (patch)
treefbb792ef54e26896243f4e07fe0a81dc7854ca51 /net/gnome-nettool/files/patch-configure
parentChase master-site (diff)
Add gnomenettool after a repo-copy from gnomenetwork. Gnome-nettool is the
netinfo piece of gnome-network broken out into its own distribution. Gnome-nettool is a MacOS X-like Network Utility that disaplys interface information as well as front-ends many useful network tools like ping, netstat, traceroute, host, finger, and whois.
Diffstat (limited to 'net/gnome-nettool/files/patch-configure')
-rw-r--r--net/gnome-nettool/files/patch-configure49
1 files changed, 44 insertions, 5 deletions
diff --git a/net/gnome-nettool/files/patch-configure b/net/gnome-nettool/files/patch-configure
index f195f07b43c6..d2759248b4d6 100644
--- a/net/gnome-nettool/files/patch-configure
+++ b/net/gnome-nettool/files/patch-configure
@@ -1,10 +1,49 @@
---- configure.orig Wed Dec 11 18:31:51 2002
-+++ configure Thu Dec 12 12:07:17 2002
-@@ -7414,6 +7414,7 @@
+--- configure.orig Sun Jul 4 16:00:33 2004
++++ configure Sun Jul 4 16:02:31 2004
+@@ -20269,7 +20269,7 @@
+
# This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"; $ac_aux_dir/ltconfig $LIBTOOL_DEPS;
++LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh"; /usr/local/share/libtool13/ltconfig13 $LIBTOOL_DEPS;
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -22038,13 +22038,13 @@
+ if test "x${prefix}" = "xNONE"; then
+
+ cat >>confdefs.h <<_ACEOF
+-#define GNOME_ICONDIR "${ac_default_prefix}/share/pixmaps"
++#define GNOME_ICONDIR "${ac_default_prefix}/share/gnome/pixmaps"
+ _ACEOF
+
+ else
+
+ cat >>confdefs.h <<_ACEOF
+-#define GNOME_ICONDIR "${prefix}/share/pixmaps"
++#define GNOME_ICONDIR "${prefix}/share/gnome/pixmaps"
+ _ACEOF
+
+ fi
+@@ -22052,17 +22052,17 @@
+ if test "x${prefix}" = "xNONE"; then
+
+ cat >>confdefs.h <<_ACEOF
+-#define PIXMAPS_DIR "${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
++#define PIXMAPS_DIR "${ac_default_prefix}/${DATADIRNAME}/gnome/${PACKAGE}/pixmaps"
+ _ACEOF
+
+- pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
++ pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/gnome/${PACKAGE}/pixmaps"
+ else
+
+ cat >>confdefs.h <<_ACEOF
+-#define PIXMAPS_DIR "${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
++#define PIXMAPS_DIR "${prefix}/${DATADIRNAME}/gnome/${PACKAGE}/pixmaps"
+ _ACEOF
+
+- pixmapsdir="${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps"
++ pixmapsdir="${prefix}/${DATADIRNAME}/gnome/${PACKAGE}/pixmaps"
+ fi
+
+