USE_LIBTOOL instead of local patch
This commit is contained in:
parent
61f31f975f
commit
d456924578
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133365
2 changed files with 1 additions and 24 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
Loading…
Reference in a new issue