diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-25 20:27:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-25 20:27:24 +0000 |
commit | 1ef269ccbe5e4ee55b4188ddce586d761cc63270 (patch) | |
tree | 47809a5cb6cf5e6deeb4f97acca88b5d4feb1d48 /comms | |
parent | 35a2ae61c90303cc06379ab49c9579d43ee4ccaa (diff) | |
download | ports-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/Makefile | 4 |
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 |