diff options
author | bland <bland@FreeBSD.org> | 2005-06-10 13:17:05 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2005-06-10 13:17:05 +0800 |
commit | 864ca29d74ece67b63ab6ef1416d986db099af50 (patch) | |
tree | b2e8ccf65f24a299494cbbe705b1f93010f7e31b /x11 | |
parent | e0ea25cd03049e8206266793fafd981809fb4419 (diff) | |
download | freebsd-ports-gnome-864ca29d74ece67b63ab6ef1416d986db099af50.tar.gz freebsd-ports-gnome-864ca29d74ece67b63ab6ef1416d986db099af50.tar.zst freebsd-ports-gnome-864ca29d74ece67b63ab6ef1416d986db099af50.zip |
Stop GCC nits on 4.x.
Reported by: krismail
Diffstat (limited to 'x11')
-rw-r--r-- | x11/sisctrl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/sisctrl/Makefile b/x11/sisctrl/Makefile index 4d908143f975..146ccdc2d57b 100644 --- a/x11/sisctrl/Makefile +++ b/x11/sisctrl/Makefile @@ -16,6 +16,7 @@ COMMENT= Display Control Panel for XFree86/X.org SiS driver USE_X_PREFIX= yes USE_GNOME= gtk20 USE_GMAKE= yes +USE_GCC= 3.4+ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}/lib" |