diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-01-23 17:49:43 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-01-23 17:49:43 +0000 |
commit | 8a80d18dd54b61120cdd06ef33a99bbabdf8b5ad (patch) | |
tree | a7bd15b6a0fa3eec20d7eb1ab0c793315bb2ad53 /net-im/pidgin-msn-pecan | |
parent | e9d661ab187c52140ecd654cbbe5c06ea88da325 (diff) | |
download | ports-8a80d18dd54b61120cdd06ef33a99bbabdf8b5ad.tar.gz ports-8a80d18dd54b61120cdd06ef33a99bbabdf8b5ad.zip |
Notes
Diffstat (limited to 'net-im/pidgin-msn-pecan')
-rw-r--r-- | net-im/pidgin-msn-pecan/Makefile | 8 | ||||
-rw-r--r-- | net-im/pidgin-msn-pecan/files/patch-Makefile | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/net-im/pidgin-msn-pecan/Makefile b/net-im/pidgin-msn-pecan/Makefile index 676833bd1231..403fbfb5206d 100644 --- a/net-im/pidgin-msn-pecan/Makefile +++ b/net-im/pidgin-msn-pecan/Makefile @@ -22,13 +22,7 @@ USE_GMAKE= yes USE_LDCONFIG= yes USE_GETTEXT= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not compile on FreeBSD 6.X -.endif - post-install: ${GMAKE} -C ${WRKSRC} install_locales -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-im/pidgin-msn-pecan/files/patch-Makefile b/net-im/pidgin-msn-pecan/files/patch-Makefile index a90db4e40177..b8d42032994d 100644 --- a/net-im/pidgin-msn-pecan/files/patch-Makefile +++ b/net-im/pidgin-msn-pecan/files/patch-Makefile @@ -15,7 +15,7 @@ diff -Naur ./Makefile ../msn-pecan-0.0.17/Makefile FALLBACK_CFLAGS := -I./fix_purple -LDFLAGS := -Wl,--no-undefined -+LDFLAGS := -Wl,--no-undefined,-lintl ++LDFLAGS := -Wl,--no-undefined,-lintl,-lc prefix := $(DESTDIR)/$(PURPLE_PREFIX) plugin_dir := $(prefix)/lib/purple-2 |