From 826a3e61e4b2c07123e17973c1d54dda496d2aa4 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 6 Apr 2003 07:16:01 +0000 Subject: add libsigcx 0.6.0 libSigC++ Extras --- devel/libsigcx/files/patch-Makefile.in | 13 +++++++++++ devel/libsigcx/files/patch-ltmain.sh | 41 ++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 devel/libsigcx/files/patch-Makefile.in create mode 100644 devel/libsigcx/files/patch-ltmain.sh (limited to 'devel/libsigcx/files') 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" -- cgit v1.2.3