diff options
author | glewis <glewis@FreeBSD.org> | 2007-01-11 01:36:56 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2007-01-11 01:36:56 +0800 |
commit | 3192ff579c99b513258421301939621d8d5a0218 (patch) | |
tree | c1474ded66bcc1819464da226380f0f82b81a858 /java/jdk15 | |
parent | 23c0f0473d05739744c65239ccf2dadab2fbbe81 (diff) | |
download | freebsd-ports-gnome-3192ff579c99b513258421301939621d8d5a0218.tar.gz freebsd-ports-gnome-3192ff579c99b513258421301939621d8d5a0218.tar.zst freebsd-ports-gnome-3192ff579c99b513258421301939621d8d5a0218.zip |
All we are saying is give gcc 4.x a chance.
Prompted by: pointyhat (via kris)
Diffstat (limited to 'java/jdk15')
-rw-r--r-- | java/jdk15/files/patch-deploy::common::Sanity.gmk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/java/jdk15/files/patch-deploy::common::Sanity.gmk b/java/jdk15/files/patch-deploy::common::Sanity.gmk new file mode 100644 index 000000000000..8e772eddd1ca --- /dev/null +++ b/java/jdk15/files/patch-deploy::common::Sanity.gmk @@ -0,0 +1,17 @@ +$FreeBSD$ + +--- ../../deploy/make/common/Sanity.gmk 18 Dec 2006 21:49:45 -0000 1.8 ++++ ../../deploy/make/common/Sanity.gmk 10 Jan 2007 17:22:34 -0000 +@@ -50,10 +50,10 @@ + ifeq ($(TRUE_PLATFORM), FreeBSD) + ifeq ($(ARCH_DATA_MODEL), 32) + REQUIRED_BSD_VERSION = 4.1[01]|5.[345]|6.* +- REQUIRED_GCC_VERSION = 2.95.4|3.* ++ REQUIRED_GCC_VERSION = 2.95.4|3.*|4.* + else + REQUIRED_BSD_VERSION = 5.[345]|6.* +- REQUIRED_GCC_VERSION = 3.* ++ REQUIRED_GCC_VERSION = 3.*|4.* + endif + endif + endif |