diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-05-15 20:00:38 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-05-15 20:00:38 +0000 |
commit | 7715b6ee6b2544d56b375af95847140f001e4d99 (patch) | |
tree | effae21217f78f43939d4422503c6331807a2fce | |
parent | 38dbae82d26be89e76b34530ed2b48787e32f1af (diff) | |
download | FreeBSD-ports-7715b6ee6b2544d56b375af95847140f001e4d99.zip FreeBSD-ports-7715b6ee6b2544d56b375af95847140f001e4d99.tar.gz |
- Add support for future 4.4 Release
-rw-r--r-- | graphics/qdraw/files/patch-unix_gcc.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/qdraw/files/patch-unix_gcc.mk b/graphics/qdraw/files/patch-unix_gcc.mk index 6a242bc..19b48b7 100644 --- a/graphics/qdraw/files/patch-unix_gcc.mk +++ b/graphics/qdraw/files/patch-unix_gcc.mk @@ -1,6 +1,7 @@ --- make/unix_gcc.mk.orig Fri Jul 28 20:54:11 2000 -+++ make/unix_gcc.mk Fri Jan 26 07:05:06 2001 -@@ -34,12 +34,20 @@ ++++ make/unix_gcc.mk Tue May 15 21:53:41 2001 +@@ -33,13 +33,23 @@ + ifdef freebsd GCCPATH= /usr GCC= cc +ifneq "${freebsd}" "34" @@ -8,6 +9,7 @@ +ifneq "${freebsd}" "41" +ifneq "${freebsd}" "42" +ifneq "${freebsd}" "43" ++ifneq "${freebsd}" "44" ifneq "${freebsd}" "50" GCCBASE= /usr/local GCCTARGET= i386-unknown-freebsd3.0 @@ -18,6 +20,7 @@ +endif +endif +endif ++endif endif +endif endif |