aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gnome2/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-14 13:39:15 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-14 13:39:15 +0000
commit0577d8332182cb8f6ad34730c1d84882ad436c98 (patch)
tree01da6fce69db67960c223297af7794c518a7914c /x11-toolkits/py-gnome2/files
parente96354b3249983698814fb78c323016cfffa5d19 (diff)
downloadports-0577d8332182cb8f6ad34730c1d84882ad436c98.tar.gz
ports-0577d8332182cb8f6ad34730c1d84882ad436c98.zip
Notes
Diffstat (limited to 'x11-toolkits/py-gnome2/files')
-rw-r--r--x11-toolkits/py-gnome2/files/patch-configure13
-rw-r--r--x11-toolkits/py-gnome2/files/patch-ltmain.sh28
-rw-r--r--x11-toolkits/py-gnome2/files/patch-pygtk::configure13
3 files changed, 26 insertions, 28 deletions
diff --git a/x11-toolkits/py-gnome2/files/patch-configure b/x11-toolkits/py-gnome2/files/patch-configure
new file mode 100644
index 000000000000..7865ce50d7f9
--- /dev/null
+++ b/x11-toolkits/py-gnome2/files/patch-configure
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- configure.orig Thu Jan 3 15:20:36 2002
++++ configure Sun Jul 14 15:25:29 2002
+@@ -6322,6 +6322,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'
diff --git a/x11-toolkits/py-gnome2/files/patch-ltmain.sh b/x11-toolkits/py-gnome2/files/patch-ltmain.sh
deleted file mode 100644
index 98cb05e4ddb3..000000000000
--- a/x11-toolkits/py-gnome2/files/patch-ltmain.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-
-$FreeBSD$
-
---- ltmain.sh 2001/08/27 09:51:26 1.1
-+++ ltmain.sh 2001/08/27 09:51:42
-@@ -2408,6 +2408,9 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Add libc to deplibs on all other systems if necessary.
- if test "$build_libtool_need_lc" = "yes"; then
-@@ -4175,10 +4178,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/x11-toolkits/py-gnome2/files/patch-pygtk::configure b/x11-toolkits/py-gnome2/files/patch-pygtk::configure
new file mode 100644
index 000000000000..ca4f17c4ef8f
--- /dev/null
+++ b/x11-toolkits/py-gnome2/files/patch-pygtk::configure
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- pygtk/configure.orig Thu Jan 3 15:20:58 2002
++++ pygtk/configure Sun Jul 14 15:24:57 2002
+@@ -6321,6 +6321,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'