aboutsummaryrefslogtreecommitdiff
path: root/devel/mico
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-07-29 13:18:33 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-07-29 13:18:33 +0000
commit709455dd16b176bd1f21f58af58648091ef3cb9e (patch)
treefe9e5af44f059b96af512a0abf6634eae060ec01 /devel/mico
parent0cc34442a67c340edb66529103d58264eab81eef (diff)
downloadports-709455dd16b176bd1f21f58af58648091ef3cb9e.tar.gz
ports-709455dd16b176bd1f21f58af58648091ef3cb9e.zip
Fix build on 4.x
PR: 55010 Submitted by: maintainer Approved by: fjoe (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=85853
Diffstat (limited to 'devel/mico')
-rw-r--r--devel/mico/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile
index 5ffefabebaf6..c08afbc31fff 100644
--- a/devel/mico/Makefile
+++ b/devel/mico/Makefile
@@ -102,7 +102,7 @@ post-extract:
post-patch:
${REINPLACE_CMD} -e "s#-O2#${CFLAGS}#" ${WRKSRC}/configure
-.if ${OSVERSION} < 500035 && defined(WITH_GCC32)
+.if ${OSVERSION} < 500035 && !defined(WITH_SYSTEM_GCC)
${LN} -s /usr/include/g++/FlexLexer.h ${WRKSRC}/include
.endif