Add intlhack to fix the build with Perl 5.00503, and add a missing dependency
on intltool. Reported by: lofi
This commit is contained in:
parent
a9b32ce1eb
commit
f5566a8c68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120279
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ COMMENT= A MIME and Application database for GNOME
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_GNOME= gnomehack gnomehier gnomeprefix gnometarget pkgconfig
|
USE_GNOME= gnomehack gnomehier intlhack gnomeprefix gnometarget pkgconfig
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LIBS="-L${LOCALBASE}/lib -lintl"
|
LIBS="-L${LOCALBASE}/lib -lintl"
|
||||||
|
|
|
@ -19,7 +19,7 @@ COMMENT= A MIME and Application database for GNOME
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_GETTEXT= yes
|
USE_GETTEXT= yes
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_GNOME= gnomehack gnomehier gnomeprefix gnometarget pkgconfig
|
USE_GNOME= gnomehack gnomehier intlhack gnomeprefix gnometarget pkgconfig
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LIBS="-L${LOCALBASE}/lib -lintl"
|
LIBS="-L${LOCALBASE}/lib -lintl"
|
||||||
|
|
Loading…
Reference in a new issue