diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-14 21:34:08 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-14 21:34:08 +0000 |
commit | d45692457858fe04c44bf137c0d27ba4c2d753f6 (patch) | |
tree | 74c8eda6568ebd4de220f394bebaaa2e5ae5c1c7 /devel/libsigcx | |
parent | 61f31f975fc792fbf2e500da95c7472798adc07b (diff) | |
download | ports-d45692457858fe04c44bf137c0d27ba4c2d753f6.tar.gz ports-d45692457858fe04c44bf137c0d27ba4c2d753f6.zip |
Notes
Diffstat (limited to 'devel/libsigcx')
-rw-r--r-- | devel/libsigcx/Makefile | 1 | ||||
-rw-r--r-- | devel/libsigcx/files/patch-ltmain.sh | 24 |
2 files changed, 1 insertions, 24 deletions
diff --git a/devel/libsigcx/Makefile b/devel/libsigcx/Makefile index b453733d15ce..6639285c4c74 100644 --- a/devel/libsigcx/Makefile +++ b/devel/libsigcx/Makefile @@ -19,6 +19,7 @@ COMMENT= An extension of libSigC++ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 +USE_LIBTOOL_VER=15 USE_GNOME= gnomehack gtk20 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/devel/libsigcx/files/patch-ltmain.sh b/devel/libsigcx/files/patch-ltmain.sh deleted file mode 100644 index 0ee73652b707..000000000000 --- a/devel/libsigcx/files/patch-ltmain.sh +++ /dev/null @@ -1,24 +0,0 @@ ---- scripts/ltmain.sh.orig Tue Apr 22 04:13:43 2003 -+++ scripts/ltmain.sh Tue Nov 11 21:24:05 2003 -@@ -1277,7 +1277,7 @@ - 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 - ;; -@@ -5425,10 +5425,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" |