diff options
author | novel <novel@FreeBSD.org> | 2006-01-08 15:29:23 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-01-08 15:29:23 +0800 |
commit | a3dc05eb6faed1ad52ac049ba27a96a1a03a0261 (patch) | |
tree | 2797d0e5bc385d41f1a59502b83a404d340d28b6 /editors/gphpedit | |
parent | 4004831c45068cd53262e268ecb4119a2602a660 (diff) | |
download | freebsd-ports-gnome-a3dc05eb6faed1ad52ac049ba27a96a1a03a0261.tar.gz freebsd-ports-gnome-a3dc05eb6faed1ad52ac049ba27a96a1a03a0261.tar.zst freebsd-ports-gnome-a3dc05eb6faed1ad52ac049ba27a96a1a03a0261.zip |
An attempt to fix build on 4.x by using gcc >= 3.4.
Reported by: pointyhat via kris
Diffstat (limited to 'editors/gphpedit')
-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 6ead3efe2279..5bfc3fc651c0 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" \ |