diff options
Diffstat (limited to 'graphics/qdraw/files/patch-unix_gcc.mk')
-rw-r--r-- | graphics/qdraw/files/patch-unix_gcc.mk | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/qdraw/files/patch-unix_gcc.mk b/graphics/qdraw/files/patch-unix_gcc.mk index 19b48b71d3af..086bc4141900 100644 --- a/graphics/qdraw/files/patch-unix_gcc.mk +++ b/graphics/qdraw/files/patch-unix_gcc.mk @@ -1,6 +1,6 @@ ---- make/unix_gcc.mk.orig Fri Jul 28 20:54:11 2000 -+++ make/unix_gcc.mk Tue May 15 21:53:41 2001 -@@ -33,13 +33,23 @@ +--- make/unix_gcc.mk.orig Fri Jul 28 11:54:11 2000 ++++ make/unix_gcc.mk Mon Mar 18 07:29:27 2002 +@@ -33,13 +33,25 @@ ifdef freebsd GCCPATH= /usr GCC= cc @@ -10,17 +10,19 @@ +ifneq "${freebsd}" "42" +ifneq "${freebsd}" "43" +ifneq "${freebsd}" "44" ++ifneq "${freebsd}" "45" ifneq "${freebsd}" "50" GCCBASE= /usr/local GCCTARGET= i386-unknown-freebsd3.0 GCCVER= egcs-2.91.62 GCCPATH= ${GCCBASE}/lib/gcc-lib/${GCCTARGET}/${GCCVER} GCC= egcc - endif +endif +endif +endif +endif - endif +endif ++endif + endif + endif endif |