diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-05-16 04:00:38 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-05-16 04:00:38 +0800 |
commit | 7715b6ee6b2544d56b375af95847140f001e4d99 (patch) | |
tree | effae21217f78f43939d4422503c6331807a2fce /graphics/qdraw | |
parent | 38dbae82d26be89e76b34530ed2b48787e32f1af (diff) | |
download | freebsd-ports-gnome-7715b6ee6b2544d56b375af95847140f001e4d99.tar.gz freebsd-ports-gnome-7715b6ee6b2544d56b375af95847140f001e4d99.tar.zst freebsd-ports-gnome-7715b6ee6b2544d56b375af95847140f001e4d99.zip |
- Add support for future 4.4 Release
Diffstat (limited to 'graphics/qdraw')
-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 6a242bcbdb3b..19b48b71d3af 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 |