pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/BasiliskII



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Apr 15 22:54:38 UTC 2020

Modified Files:
        pkgsrc/emulators/BasiliskII: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/emulators/BasiliskII/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/BasiliskII/Makefile
diff -u pkgsrc/emulators/BasiliskII/Makefile:1.43 pkgsrc/emulators/BasiliskII/Makefile:1.44
--- pkgsrc/emulators/BasiliskII/Makefile:1.43   Tue Mar 10 22:09:45 2020
+++ pkgsrc/emulators/BasiliskII/Makefile        Wed Apr 15 22:54:38 2020
@@ -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 @@ WRKSRC=               ${WRKDIR}/${GITHUB_PROJECT}-${G
 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 @@ CONFIGURE_ARGS+=      --without-esd
 .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