summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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