diff options
author | Nick Hibma <n_hibma@FreeBSD.org> | 2001-03-11 00:11:25 +0000 |
---|---|---|
committer | Nick Hibma <n_hibma@FreeBSD.org> | 2001-03-11 00:11:25 +0000 |
commit | 564d928cad2ce0b39e06b1de1149ef3ad32b37be (patch) | |
tree | ae8d1e53a034894e9172d064bb0ff06da9065dd5 /graphics/qdraw | |
parent | dc7e10810f44d7456aa81f5113f10dac23f0ec10 (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.mk | 4 |
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 |