diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-07-07 21:41:57 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-07-07 21:41:57 +0800 |
commit | 7c95c66b1608cde43775e908e829b775c5342ba1 (patch) | |
tree | c6f86b760a25f005e2a3e51bf2351d6ca1207bb3 /audio/ocp | |
parent | 8af01231e7bfc1cc590a6469288aa02a734e2746 (diff) | |
download | freebsd-ports-gnome-7c95c66b1608cde43775e908e829b775c5342ba1.tar.gz freebsd-ports-gnome-7c95c66b1608cde43775e908e829b775c5342ba1.tar.zst freebsd-ports-gnome-7c95c66b1608cde43775e908e829b775c5342ba1.zip |
Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we support
via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the
system compiler.
Diffstat (limited to 'audio/ocp')
-rw-r--r-- | audio/ocp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index c20ddd3b311b..1d787a4b8990 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -25,7 +25,6 @@ ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GCC= 3.4+ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include |