diff options
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 |