diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-31 03:14:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-31 03:14:24 +0000 |
commit | 24e0f7e70f0ea222a028311f632dddbc9ca180ce (patch) | |
tree | d77792cd285cd6bb784a9ae114c04ca06059610c /games | |
parent | Fix build on AMD64 (diff) |
Add intlhack to fix the build on -STABLE.
Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 2 | ||||
-rw-r--r-- | games/gnomegames2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index f40015252a4a..ed2fa54c8b7a 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui +USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libgnomeui USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index f40015252a4a..ed2fa54c8b7a 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui +USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libgnomeui USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |