summaryrefslogtreecommitdiff
path: root/graphics/qdraw
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>2001-03-11 00:11:25 +0000
committerNick Hibma <n_hibma@FreeBSD.org>2001-03-11 00:11:25 +0000
commit564d928cad2ce0b39e06b1de1149ef3ad32b37be (patch)
treeae8d1e53a034894e9172d064bb0ff06da9065dd5 /graphics/qdraw
parentMark broken for pre-4.0 (setproctitle stuff) (diff)
Fix the building of this port on FreeBSD 3.4
Notes
Notes: svn path=/head/; revision=39482
Diffstat (limited to 'graphics/qdraw')
-rw-r--r--graphics/qdraw/files/patch-unix_gcc.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/qdraw/files/patch-unix_gcc.mk b/graphics/qdraw/files/patch-unix_gcc.mk
index 2214eaceef1f..1c235a43903a 100644
--- a/graphics/qdraw/files/patch-unix_gcc.mk
+++ b/graphics/qdraw/files/patch-unix_gcc.mk
@@ -3,6 +3,7 @@
@@ -34,12 +34,18 @@
GCCPATH= /usr
GCC= cc
++ifneq "${freebsd}" "34"
ifneq "${freebsd}" "40"
+ifneq "${freebsd}" "41"
+ifneq "${freebsd}" "42"
@@ -13,9 +14,10 @@
GCCVER= egcs-2.91.62
GCCPATH= ${GCCBASE}/lib/gcc-lib/${GCCTARGET}/${GCCVER}
GCC= egcc
+ endif
+endif
+endif
+endif
endif
- endif
++endif
endif