diff options
Diffstat (limited to 'net-im/meanwhile')
-rw-r--r-- | net-im/meanwhile/Makefile | 2 | ||||
-rw-r--r-- | net-im/meanwhile/files/patch-libtool22 | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile index 49d64991dfdb..4f6ab1b8adf4 100644 --- a/net-im/meanwhile/Makefile +++ b/net-im/meanwhile/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= marcus@FreeBSD.org COMMENT= Open Source implementation of the Lotus Sametime protocol -USE_AUTOTOOLS= libtool:15 +USE_AUTOTOOLS= libtool:22 USE_GMAKE= yes USE_GNOME= gnomehack glib20 USE_LDCONFIG= yes diff --git a/net-im/meanwhile/files/patch-libtool22 b/net-im/meanwhile/files/patch-libtool22 new file mode 100644 index 000000000000..fab3b805a353 --- /dev/null +++ b/net-im/meanwhile/files/patch-libtool22 @@ -0,0 +1,10 @@ +--- src/Makefile.in.orig 2009-07-18 16:57:46.000000000 -0500 ++++ src/Makefile.in 2009-07-18 16:58:05.000000000 -0500 +@@ -236,7 +236,6 @@ + $(DEBUG_CFLAGS) $(GLIB_CFLAGS) + + libmeanwhile_la_LDFLAGS = \ +- @MW_SO_OS_FLAGS@ \ + -version-info @MW_SO_VERSION@ + + libmeanwhile_la_SOURCES = \ |