diff options
author | joerg <joerg> | 2010-02-15 16:17:29 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-15 16:17:29 +0000 |
commit | 776b0bf06953ad5e0d082dac833e6a9155bf2ec1 (patch) | |
tree | 5f22f6e0f0a4fad36853a40471388064904c8f63 /emulators | |
parent | 5a9122050a7140be811336fdeb336f7ddee38489 (diff) | |
download | pkgsrc-776b0bf06953ad5e0d082dac833e6a9155bf2ec1.tar.gz |
Mark as broken due to the casting to va_list. Pure luck can make this
work...
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/palmosemulator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/palmosemulator/Makefile b/emulators/palmosemulator/Makefile index 175f9846a32..680432598c8 100644 --- a/emulators/palmosemulator/Makefile +++ b/emulators/palmosemulator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2010/01/18 09:58:49 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2010/02/15 16:17:29 joerg Exp $ # DISTNAME= emulator_src_${POSE_VERSION} @@ -16,6 +16,8 @@ COMMENT= Palm OS Emulator PKG_DESTDIR_SUPPORT= user-destdir +BROKEN= Casts to va_list are forbidden by ISO C++. + POSE_VERSION= 3.5 DIST_SUBDIR= ${PKGBASE} |