diff options
author | thierry <thierry@FreeBSD.org> | 2004-05-24 23:59:49 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-05-24 23:59:49 +0800 |
commit | 8781713e788306b01fc313c423ca3f3950ab38f9 (patch) | |
tree | 44b2e773d1cb6ecd0e32334a87cf543769808cc6 /textproc/stardict3 | |
parent | eef299b6eab92a68c6393396678f51fb76d6aa8f (diff) | |
download | freebsd-ports-gnome-8781713e788306b01fc313c423ca3f3950ab38f9.tar.gz freebsd-ports-gnome-8781713e788306b01fc313c423ca3f3950ab38f9.tar.zst freebsd-ports-gnome-8781713e788306b01fc313c423ca3f3950ab38f9.zip |
Unbreak on FreeBSD-4 by using gcc 3.3.
Approved by: maintainer
Reported by: Kris.
Diffstat (limited to 'textproc/stardict3')
-rw-r--r-- | textproc/stardict3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/stardict3/Makefile b/textproc/stardict3/Makefile index 46dfece42703..229f9458057e 100644 --- a/textproc/stardict3/Makefile +++ b/textproc/stardict3/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" USE_GMAKE= yes +USE_GCC= 3.3 USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix libgnomeui |