diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-15 16:17:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-15 16:17:29 +0000 |
commit | ecce98ac6ef347fb3d8578e2aa56981ee8a416a2 (patch) | |
tree | 5f22f6e0f0a4fad36853a40471388064904c8f63 /emulators/palmosemulator | |
parent | eaaf13084e78752abe8ee647eadf676d3f732bf3 (diff) | |
download | pkgsrc-ecce98ac6ef347fb3d8578e2aa56981ee8a416a2.tar.gz |
Mark as broken due to the casting to va_list. Pure luck can make this
work...
Diffstat (limited to 'emulators/palmosemulator')
-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} |