aboutsummaryrefslogtreecommitdiff
path: root/devel/libsigcx/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-06 07:16:01 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-06 07:16:01 +0000
commit826a3e61e4b2c07123e17973c1d54dda496d2aa4 (patch)
treed853afe0943b4a6c3bcd74c81ee8c4a0cb4ba468 /devel/libsigcx/files
parent18074c438ca7db07b4186189739f5b0f84755118 (diff)
downloadports-826a3e61e4b2c07123e17973c1d54dda496d2aa4.tar.gz
ports-826a3e61e4b2c07123e17973c1d54dda496d2aa4.zip
Notes
Diffstat (limited to 'devel/libsigcx/files')
-rw-r--r--devel/libsigcx/files/patch-Makefile.in13
-rw-r--r--devel/libsigcx/files/patch-ltmain.sh41
2 files changed, 54 insertions, 0 deletions
diff --git a/devel/libsigcx/files/patch-Makefile.in b/devel/libsigcx/files/patch-Makefile.in
new file mode 100644
index 000000000000..d112a4753a0e
--- /dev/null
+++ b/devel/libsigcx/files/patch-Makefile.in
@@ -0,0 +1,13 @@
+--- Makefile.in.orig Sun Apr 6 15:08:21 2003
++++ Makefile.in Sun Apr 6 15:08:35 2003
+@@ -142,8 +142,8 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-SUBDIRS = sigcx tests doc
+-DIST_SUBDIRS = sigcx tests examples doc scripts
++SUBDIRS = sigcx tests
++DIST_SUBDIRS = sigcx tests examples scripts
+
+ ACLOCAL_AMFLAGS = -I scripts
+
diff --git a/devel/libsigcx/files/patch-ltmain.sh b/devel/libsigcx/files/patch-ltmain.sh
new file mode 100644
index 000000000000..20298f9f87ba
--- /dev/null
+++ b/devel/libsigcx/files/patch-ltmain.sh
@@ -0,0 +1,41 @@
+--- scripts/ltmain.sh.orig Sat Mar 8 14:36:10 2003
++++ scripts/ltmain.sh Sun Apr 6 15:01:17 2003
+@@ -1065,14 +1065,14 @@
+ # These systems don't actually have a C library (as such)
+ test "X$arg" = "X-lc" && continue
+ ;;
+- *-*-openbsd* | *-*-freebsd*)
++ *-*-openbsd*)
+ # 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* | *-*-freebsd*)
++ *-*-openbsd*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
+@@ -2495,7 +2495,7 @@
+ *-*-netbsd*)
+ # Don't link with libc until the a.out ld.so is fixed.
+ ;;
+- *-*-openbsd* | *-*-freebsd*)
++ *-*-openbsd*)
+ # Do not include libc due to us having libc/libc_r.
+ ;;
+ *)
+@@ -4325,10 +4325,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"