aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2007-02-05 01:29:31 +0800
committeralepulver <alepulver@FreeBSD.org>2007-02-05 01:29:31 +0800
commit795097c32cfde3e89140648d859ae179a6aa5ae7 (patch)
tree290ad89e5c3806e3d88dc3e5afdbb4535263a432 /graphics
parentf00ab5d8007daedf167ccc28010cd88260840916 (diff)
downloadfreebsd-ports-gnome-795097c32cfde3e89140648d859ae179a6aa5ae7.tar.gz
freebsd-ports-gnome-795097c32cfde3e89140648d859ae179a6aa5ae7.tar.zst
freebsd-ports-gnome-795097c32cfde3e89140648d859ae179a6aa5ae7.zip
- Move USE_GCC=3.4 before <bsd.port.pre.mk> to work.
Reported by: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r--graphics/grx/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile
index d30476b8880b..e7361ff34805 100644
--- a/graphics/grx/Makefile
+++ b/graphics/grx/Makefile
@@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= A 2D graphics library
+USE_GCC= 3.4
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_XLIB= yes
@@ -38,10 +39,6 @@ INFO= grx
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700000
-USE_GCC= 3.4
-.endif
-
.if defined(WITH_BGI)
CONFIGURE_ARGS+=--enable-bgi
PLIST_SUB+= BGI=""