diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:55:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 09:55:25 +0000 |
commit | 9c288e873f84089ba8dcb3c1acff8ce23bd4e5e0 (patch) | |
tree | 043d479b1d60668b1d77568d010f6178e25bd6ba /palm | |
parent | c4823e883be563337dde9dde23949cde6c3fce0f (diff) | |
download | ports-9c288e873f84089ba8dcb3c1acff8ce23bd4e5e0.tar.gz ports-9c288e873f84089ba8dcb3c1acff8ce23bd4e5e0.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/coldsync/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile index 7c2332bff255..c70b48865d5d 100644 --- a/palm/coldsync/Makefile +++ b/palm/coldsync/Makefile @@ -45,6 +45,10 @@ MANCOMPRESSED= no .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + CFLAGS+= -D__BSD_VISIBLE=1 CONFIGURE_ARGS+= --with-i18n --disable-pedantic --without-perl |