summaryrefslogtreecommitdiff
path: root/devel/autogen/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/autogen/files')
-rw-r--r--devel/autogen/files/patch-autogen:Makefile.in20
-rw-r--r--devel/autogen/files/patch-config:ltmain.sh32
-rw-r--r--devel/autogen/files/patch-snprintfv:config:ltmain.sh41
3 files changed, 3 insertions, 90 deletions
diff --git a/devel/autogen/files/patch-autogen:Makefile.in b/devel/autogen/files/patch-autogen:Makefile.in
deleted file mode 100644
index ac7f7845beac..000000000000
--- a/devel/autogen/files/patch-autogen:Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- autoopts/Makefile.in.orig Mon Oct 14 04:22:43 2002
-+++ autoopts/Makefile.in Tue Oct 15 21:45:17 2002
-@@ -117,7 +117,7 @@
- DISTCLEANFILES = option*.3 libopts.????
- MAINTAINERCLEANFILES = Makefile.in
-
--INCLUDES = @INCLIST@
-+INCLUDES = @INCLIST@ @GUILE_CPPFLAGS@
- GENMAN = optionFree.3 optionLoadLine.3 optionProcess.3 optionRestore.3 \
- optionSaveFile.3 optionSaveState.3 optionVersion.3
-
-@@ -148,7 +148,7 @@
-
- libopts_la_SOURCES = $(HDRS) $(CSRC)
-
--libopts_la_LIBADD = ../snprintfv/snprintfv/libsnprintfvc.la
-+libopts_la_LIBADD = ../snprintfv/snprintfv/libsnprintfvc.la @GUILE_LDFLAGS@
- libopts_la_LDFLAGS = -version-info @AO_CURRENT@:@AO_REVISION@:@AO_AGE@
-
- libguileopts_la_SOURCES = guileopt.c
diff --git a/devel/autogen/files/patch-config:ltmain.sh b/devel/autogen/files/patch-config:ltmain.sh
index 20cf7b91cc7a..41381c29b3ae 100644
--- a/devel/autogen/files/patch-config:ltmain.sh
+++ b/devel/autogen/files/patch-config:ltmain.sh
@@ -1,32 +1,6 @@
---- config/ltmain.sh.orig Fri Feb 22 03:19:44 2002
-+++ config/ltmain.sh Tue Apr 2 02:40:21 2002
-@@ -1043,14 +1043,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
- ;;
-@@ -2441,7 +2441,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.
- ;;
- *)
-@@ -4210,10 +4210,12 @@
+--- config/ltmain.sh.orig Mon Feb 17 22:59:26 2003
++++ config/ltmain.sh Mon Feb 17 23:00:06 2003
+@@ -4280,10 +4280,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/devel/autogen/files/patch-snprintfv:config:ltmain.sh b/devel/autogen/files/patch-snprintfv:config:ltmain.sh
deleted file mode 100644
index 07b46d1469ff..000000000000
--- a/devel/autogen/files/patch-snprintfv:config:ltmain.sh
+++ /dev/null
@@ -1,41 +0,0 @@
---- snprintfv/config/ltmain.sh.orig Fri Feb 22 03:19:44 2002
-+++ snprintfv/config/ltmain.sh Tue Apr 2 02:41:01 2002
-@@ -1043,14 +1043,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
- ;;
-@@ -2441,7 +2441,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.
- ;;
- *)
-@@ -4210,10 +4210,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"