From 2a8fccc47bb0739ece2f5188de7ec1c7f49dc9ea Mon Sep 17 00:00:00 2001 From: Sylvio Cesar Teixeira Date: Mon, 8 Mar 2010 22:13:56 +0000 Subject: [PATCH] - Add CFLAGS to build port with "-lintl", because this port when build with GCC > 4.4 the port enable bindtextdomain.so - Add bindtextdomain.so for plist. - BUMP PORTREVISION PR: ports/144208 Submitted by: Rob Farmer Approved by: itetcu (mentor) Feature safe: yes --- misc/help2man/Makefile | 2 ++ misc/help2man/pkg-plist | 1 + 2 files changed, 3 insertions(+) diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 5ca0f42632d2..6c866a82f859 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -8,6 +8,7 @@ PORTNAME= help2man PORTVERSION= 1.37.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -30,6 +31,7 @@ INSTALL_TARGET= install .endif GNU_CONFIGURE= yes +CFLAGS+= -L${LOCALBASE}/lib -lintl USE_GMAKE= yes USE_PERL5= yes diff --git a/misc/help2man/pkg-plist b/misc/help2man/pkg-plist index f652a3d4d2d0..f09f2332173b 100644 --- a/misc/help2man/pkg-plist +++ b/misc/help2man/pkg-plist @@ -1,4 +1,5 @@ bin/help2man +lib/bindtextdomain.so %%NLS%%share/locale/de/LC_MESSAGES/help2man.mo %%NLS%%share/locale/fi/LC_MESSAGES/help2man.mo %%NLS%%share/locale/fr/LC_MESSAGES/help2man.mo