diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-16 18:18:44 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-16 18:18:44 +0000 |
commit | ba100899c7ec12f8e750f03589535ce146d257e8 (patch) | |
tree | 460922623978cf1485c8dc8c32f3942a445d506f /x11 | |
parent | cac9c3dca99b7ad1889f0c179a01eb9a139e04a1 (diff) | |
download | FreeBSD-ports-ba100899c7ec12f8e750f03589535ce146d257e8.zip FreeBSD-ports-ba100899c7ec12f8e750f03589535ce146d257e8.tar.gz |
Use intlhack to fix the build on -STABLE.
Reported by: Randy Bush <randy@psg.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-session/Makefile | 2 | ||||
-rw-r--r-- | x11/gnomesession/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index b6f179a..255bf9b 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -22,7 +22,7 @@ COMMENT= Session component for the GNOME 2 desktop USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/x11/gnomesession/Makefile b/x11/gnomesession/Makefile index b6f179a..255bf9b 100644 --- a/x11/gnomesession/Makefile +++ b/x11/gnomesession/Makefile @@ -22,7 +22,7 @@ COMMENT= Session component for the GNOME 2 desktop USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |