diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-14 18:02:51 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-14 18:02:51 +0000 |
commit | 3589170715ad1c8b6b9ff45ae745d3e80e41196e (patch) | |
tree | 25c2d360a99733ab5fe64ba3057ea905fc6854fd /net-im/ickle | |
parent | 7732a6c48042007c8e76ecec9bf27b73603b9651 (diff) | |
download | ports-3589170715ad1c8b6b9ff45ae745d3e80e41196e.tar.gz ports-3589170715ad1c8b6b9ff45ae745d3e80e41196e.zip |
Notes
Diffstat (limited to 'net-im/ickle')
-rw-r--r-- | net-im/ickle/Makefile | 1 | ||||
-rw-r--r-- | net-im/ickle/files/patch-ltmain.sh | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/net-im/ickle/Makefile b/net-im/ickle/Makefile index 9feb3441512e..9fceddda87a3 100644 --- a/net-im/ickle/Makefile +++ b/net-im/ickle/Makefile @@ -26,7 +26,6 @@ USE_ICONV= yes USE_LIBTOOL_VER= 13 USE_REINPLACE= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_ARGS= --with-sigc-prefix=${LOCALBASE} \ --with-gtkmm-prefix=${X11BASE} diff --git a/net-im/ickle/files/patch-ltmain.sh b/net-im/ickle/files/patch-ltmain.sh deleted file mode 100644 index d591e1c30e18..000000000000 --- a/net-im/ickle/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Sat Sep 22 20:10:52 2001 -+++ ltmain.sh Tue Nov 20 21:14:55 2001 -@@ -4210,10 +4213,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if 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" |