aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-25 20:27:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-25 20:27:24 +0000
commit1ef269ccbe5e4ee55b4188ddce586d761cc63270 (patch)
tree47809a5cb6cf5e6deeb4f97acca88b5d4feb1d48 /comms
parent35a2ae61c90303cc06379ab49c9579d43ee4ccaa (diff)
downloadports-1ef269ccbe5e4ee55b4188ddce586d761cc63270.tar.gz
ports-1ef269ccbe5e4ee55b4188ddce586d761cc63270.zip
- Mark BROKEN on 9.X and recent 8-STBALE:
misc.h:110: error: conflicting types for 'log2' Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=271751
Diffstat (limited to 'comms')
-rw-r--r--comms/gmfsk/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/gmfsk/Makefile b/comms/gmfsk/Makefile
index 7afe8c33c1ba..836954861f6f 100644
--- a/comms/gmfsk/Makefile
+++ b/comms/gmfsk/Makefile
@@ -37,6 +37,10 @@ CONFIGURE_ARGS+= --enable-hamlib
CONFIGURE_ENV+= PKG_CONFIG_PATH=${LOCALBASE}/lib/pkgconfig
.endif
+.if ( ${OSVERSION} >= 802502 && ${OSVERSION} < 900000 ) || ${OSVERSION} >= 900027
+BROKEN= does not build after log2 addition
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|[$$][(]localstatedir[)]/lib/scrollkeeper|${SCROLLKEEPER_DIR}|g' \
${WRKSRC}/omf.make ${WRKSRC}/help/gmfsk/C/Makefile.in