1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix FreeBSD 4.x build by add intlhack.

PR:		ports/87844
Reported by:	Stacey Roberts <stacey@vickiandstacey.com>
This commit is contained in:
Jeremy Messenger 2005-10-22 16:23:18 +00:00
parent 78ff16100a
commit 89ab5127bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146126
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_PERL5= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -22,7 +22,7 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_PERL5= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui
USE_LIBTOOL_VER=15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"