diff options
author | pat <pat@FreeBSD.org> | 2002-06-19 07:04:31 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-19 07:04:31 +0800 |
commit | 9d960a6d17d28dee7ab8c5b0477677a6d916ae1c (patch) | |
tree | f4a2528d6f7a01185fc00a0c30616e3f27a353d0 /x11-toolkits/paragui-devel/files | |
parent | dd7faf4a4c0580b81cffe8359d93be3438b4250d (diff) | |
download | freebsd-ports-gnome-9d960a6d17d28dee7ab8c5b0477677a6d916ae1c.tar.gz freebsd-ports-gnome-9d960a6d17d28dee7ab8c5b0477677a6d916ae1c.tar.zst freebsd-ports-gnome-9d960a6d17d28dee7ab8c5b0477677a6d916ae1c.zip |
Update to 1.0.2
PR: ports/39485
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'x11-toolkits/paragui-devel/files')
-rw-r--r-- | x11-toolkits/paragui-devel/files/patch-configure | 10 | ||||
-rw-r--r-- | x11-toolkits/paragui-devel/files/patch-ltmain.sh | 41 |
2 files changed, 10 insertions, 41 deletions
diff --git a/x11-toolkits/paragui-devel/files/patch-configure b/x11-toolkits/paragui-devel/files/patch-configure new file mode 100644 index 000000000000..d5374aff7df7 --- /dev/null +++ b/x11-toolkits/paragui-devel/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-devel/files/patch-ltmain.sh b/x11-toolkits/paragui-devel/files/patch-ltmain.sh deleted file mode 100644 index 5204c4e61246..000000000000 --- a/x11-toolkits/paragui-devel/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" |