diff options
author | novel <novel@FreeBSD.org> | 2006-01-08 07:29:23 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-01-08 07:29:23 +0000 |
commit | a3dc05eb6faed1ad52ac049ba27a96a1a03a0261 (patch) | |
tree | 2797d0e5bc385d41f1a59502b83a404d340d28b6 /editors | |
parent | 4004831c45068cd53262e268ecb4119a2602a660 (diff) | |
download | FreeBSD-ports-a3dc05eb6faed1ad52ac049ba27a96a1a03a0261.zip FreeBSD-ports-a3dc05eb6faed1ad52ac049ba27a96a1a03a0261.tar.gz |
An attempt to fix build on 4.x by using gcc >= 3.4.
Reported by: pointyhat via kris
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gphpedit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/gphpedit/Makefile b/editors/gphpedit/Makefile index 6ead3ef..5bfc3fc 100644 --- a/editors/gphpedit/Makefile +++ b/editors/gphpedit/Makefile @@ -18,6 +18,7 @@ COMMENT= PHP, HTML and CSS development environment for GNOME 2.x USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui libgtkhtml +USE_GCC= 3.4+ USE_X_PREFIX= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |