aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 15:31:27 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 15:31:27 +0000
commit21a4ce7b4a76b67e1191905d0720169e2f4dcd51 (patch)
tree0be49bf23eed4c88b59cfbb132ac65be87ec6519 /graphics
parent4c809351ecbab189843d277d00af0455cd7f86a2 (diff)
downloadports-21a4ce7b4a76b67e1191905d0720169e2f4dcd51.tar.gz
ports-21a4ce7b4a76b67e1191905d0720169e2f4dcd51.zip
Unbroke on 4.5-STABLE.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=56301
Diffstat (limited to 'graphics')
-rw-r--r--graphics/qdraw/files/patch-unix_gcc.mk12
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