diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-05-15 20:00:38 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-05-15 20:00:38 +0000 |
commit | 0f4814f6451cf3bc28faf6b3eb8cfe7e0d04a2e8 (patch) | |
tree | c5f9f88d80b895d34517e6bd11b27e683282f8d5 /graphics | |
parent | e2a898454808446655281d3904d7c33ae6635bff (diff) |
Notes
Diffstat (limited to 'graphics')
-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 |