pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/BasiliskII Remove c++03 enforcement. Drop se...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90b0359d0710
branches:  trunk
changeset: 427380:90b0359d0710
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Apr 15 22:54:38 2020 +0000

description:
Remove c++03 enforcement. Drop semaphore.h on !OSX, it breaks the use in
system headers.

diffstat:

 emulators/BasiliskII/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 1a4e240707f9 -r 90b0359d0710 emulators/BasiliskII/Makefile
--- a/emulators/BasiliskII/Makefile     Wed Apr 15 22:53:33 2020 +0000
+++ b/emulators/BasiliskII/Makefile     Wed Apr 15 22:54:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2020/03/10 22:09:45 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2020/04/15 22:54:38 joerg Exp $
 
 DISTNAME=      BasiliskII-20190405
 PKGREVISION=   2
@@ -16,7 +16,7 @@
 CONFIGURE_DIRS=        src/Unix
 BUILD_DIRS=    src/Unix
 
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c c++
 USE_TOOLS+=    aclocal autoheader autoconf automake
 USE_TOOLS+=    msgfmt msgmerge xgettext
 USE_TOOLS+=    pkg-config gmake
@@ -35,6 +35,9 @@
 .if ${OPSYS} == "Darwin"
 CONFIGURE_ARGS+=       --enable-macosx-gui
 CONFIGURE_ARGS+=       --enable-macosx-sound
+.else
+post-extract:
+       ${RM} ${WRKSRC}/src/Unix/semaphore.h
 .endif
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index