aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/paragui/files
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-18 23:04:31 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-18 23:04:31 +0000
commit837e8ef30fbfa96d1e83dfd0d860fa347c9433e7 (patch)
tree772ad3e0023f2f65aa4912315d64a32b0d823dd9 /x11-toolkits/paragui/files
parentea103f8b132b726b150911f85de9ea0c2050e8a3 (diff)
downloadports-837e8ef30fbfa96d1e83dfd0d860fa347c9433e7.tar.gz
ports-837e8ef30fbfa96d1e83dfd0d860fa347c9433e7.zip
Notes
Diffstat (limited to 'x11-toolkits/paragui/files')
-rw-r--r--x11-toolkits/paragui/files/patch-configure10
-rw-r--r--x11-toolkits/paragui/files/patch-ltmain.sh41
2 files changed, 10 insertions, 41 deletions
diff --git a/x11-toolkits/paragui/files/patch-configure b/x11-toolkits/paragui/files/patch-configure
new file mode 100644
index 000000000000..d5374aff7df7
--- /dev/null
+++ b/x11-toolkits/paragui/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Mon Jun 10 18:05:42 2002
++++ configure Tue Jun 18 20:05:24 2002
+@@ -5618,6 +5618,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/paragui/files/patch-ltmain.sh b/x11-toolkits/paragui/files/patch-ltmain.sh
deleted file mode 100644
index 5204c4e61246..000000000000
--- a/x11-toolkits/paragui/files/patch-ltmain.sh
+++ /dev/null
@@ -1,41 +0,0 @@
---- ltmain.sh.orig Mon Feb 11 17:35:31 2002
-+++ ltmain.sh Fri Mar 1 06:01:48 2002
-@@ -1056,14 +1056,14 @@
- # These systems don't actually have a C library (as such)
- test "X$arg" = "X-lc" && continue
- ;;
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd*)
- # Do not include libc due to us having libc/libc_r.
- test "X$arg" = "X-lc" && continue
- ;;
- esac
- elif test "X$arg" = "X-lc_r"; then
- case $host in
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd*)
- # Do not include libc_r directly, use -pthread flag.
- continue
- ;;
-@@ -2494,7 +2494,7 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
-- *-*-openbsd*)
-+ *-*-openbsd* | *-*-freebsd*)
- # Do not include libc due to us having libc/libc_r.
- ;;
- *)
-@@ -4281,10 +4281,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"