mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
- 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 <rfarmer@predatorlabs.net> Approved by: itetcu (mentor) Feature safe: yes
This commit is contained in:
parent
215fa90969
commit
2a8fccc47b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250715
2 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
PORTNAME= help2man
|
PORTNAME= help2man
|
||||||
PORTVERSION= 1.37.1
|
PORTVERSION= 1.37.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
@ -30,6 +31,7 @@ INSTALL_TARGET= install
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
CFLAGS+= -L${LOCALBASE}/lib -lintl
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
bin/help2man
|
bin/help2man
|
||||||
|
lib/bindtextdomain.so
|
||||||
%%NLS%%share/locale/de/LC_MESSAGES/help2man.mo
|
%%NLS%%share/locale/de/LC_MESSAGES/help2man.mo
|
||||||
%%NLS%%share/locale/fi/LC_MESSAGES/help2man.mo
|
%%NLS%%share/locale/fi/LC_MESSAGES/help2man.mo
|
||||||
%%NLS%%share/locale/fr/LC_MESSAGES/help2man.mo
|
%%NLS%%share/locale/fr/LC_MESSAGES/help2man.mo
|
||||||
|
|
Loading…
Add table
Reference in a new issue