summaryrefslogtreecommitdiffstats
path: root/graphics/qdraw
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-18 15:31:27 +0000
committersobomax <sobomax@FreeBSD.org>2002-03-18 15:31:27 +0000
commit670c6c8b64038c3091d577d4746e0f153fd67a18 (patch)
tree6d63509685eacd5a44cc67e4c65fa387626c779a /graphics/qdraw
parent402fb33281f6bb2cd7a7d0867984f63d6722972e (diff)
downloadFreeBSD-ports-670c6c8b64038c3091d577d4746e0f153fd67a18.zip
FreeBSD-ports-670c6c8b64038c3091d577d4746e0f153fd67a18.tar.gz
Unbroke on 4.5-STABLE.
Submitted by: bento
Diffstat (limited to 'graphics/qdraw')
-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 19b48b7..086bc41 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
OpenPOWER on IntegriCloud