diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-01-24 01:49:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-01-24 01:49:43 +0800 |
commit | d02b8da2d874cbed708074b9213e17d7c2244bb7 (patch) | |
tree | ed82a9af0732fb97a4ae697cccb4ed6ac7bf5285 /net-im | |
parent | 5456c6cebbd6458269492ef51dda087e72908e26 (diff) | |
download | freebsd-ports-gnome-d02b8da2d874cbed708074b9213e17d7c2244bb7.tar.gz freebsd-ports-gnome-d02b8da2d874cbed708074b9213e17d7c2244bb7.tar.zst freebsd-ports-gnome-d02b8da2d874cbed708074b9213e17d7c2244bb7.zip |
- Unbreak on 6.x
PR: 130913
Submitted by: Henrik Friedrichsen <hrkfdn at gmail dot com> (maintainer)
Diffstat (limited to 'net-im')
-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 |