aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-04-13 20:28:39 +0800
committervs <vs@FreeBSD.org>2005-04-13 20:28:39 +0800
commitdde0d18a8c867e135daa9dc7757bf1dba308105c (patch)
tree9107c2fe320da6d76377d86c9a917c591deace18 /net-im
parent6b966873d2a4ef1dc1a9b5e6b5fc886e4cd5a6c5 (diff)
downloadfreebsd-ports-gnome-dde0d18a8c867e135daa9dc7757bf1dba308105c.tar.gz
freebsd-ports-gnome-dde0d18a8c867e135daa9dc7757bf1dba308105c.tar.zst
freebsd-ports-gnome-dde0d18a8c867e135daa9dc7757bf1dba308105c.zip
USE_LIBTOOL instead of local patch
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libmsn/Makefile1
-rw-r--r--net-im/libmsn/files/patch-ltmain.sh15
2 files changed, 1 insertions, 15 deletions
diff --git a/net-im/libmsn/Makefile b/net-im/libmsn/Makefile
index cd2433cb8892..b48b8f854f04 100644
--- a/net-im/libmsn/Makefile
+++ b/net-im/libmsn/Makefile
@@ -18,6 +18,7 @@ COMMENT= A library for connecting to MSN Messenger service
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
+USE_LIBTOOL_VER=15
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
diff --git a/net-im/libmsn/files/patch-ltmain.sh b/net-im/libmsn/files/patch-ltmain.sh
deleted file mode 100644
index e4c5099f8b51..000000000000
--- a/net-im/libmsn/files/patch-ltmain.sh
+++ /dev/null
@@ -1,15 +0,0 @@
---- ltmain.sh.orig Sun Feb 6 17:03:48 2005
-+++ ltmain.sh Sun Feb 6 17:04:02 2005
-@@ -5551,10 +5551,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"