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: nia
Date: Tue Apr 2 20:34:17 UTC 2024
Modified Files:
pkgsrc/emulators/BasiliskII: Makefile options.mk
Log Message:
BasiliskII: Allow building without the macosx interface on older releases
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/emulators/BasiliskII/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/BasiliskII/options.mk
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.55 pkgsrc/emulators/BasiliskII/Makefile:1.56
--- pkgsrc/emulators/BasiliskII/Makefile:1.55 Tue Nov 14 14:01:45 2023
+++ pkgsrc/emulators/BasiliskII/Makefile Tue Apr 2 20:34:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2023/11/14 14:01:45 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2024/04/02 20:34:16 nia Exp $
DISTNAME= BasiliskII-20190405
PKGREVISION= 10
@@ -35,10 +35,7 @@ CONFIGURE_ARGS+= --without-esd
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin"
-CONFIGURE_ARGS+= --enable-macosx-gui
-CONFIGURE_ARGS+= --enable-macosx-sound
-.else
+.if ${OPSYS} != "Darwin"
post-extract:
${RM} ${WRKSRC}/src/Unix/semaphore.h
.endif
Index: pkgsrc/emulators/BasiliskII/options.mk
diff -u pkgsrc/emulators/BasiliskII/options.mk:1.8 pkgsrc/emulators/BasiliskII/options.mk:1.9
--- pkgsrc/emulators/BasiliskII/options.mk:1.8 Mon Jan 20 21:14:49 2020
+++ pkgsrc/emulators/BasiliskII/options.mk Tue Apr 2 20:34:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2020/01/20 21:14:49 nia Exp $
+# $NetBSD: options.mk,v 1.9 2024/04/02 20:34:16 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.BasiliskII
PKG_SUPPORTED_OPTIONS= gtk2 sdl
@@ -22,4 +22,7 @@ CONFIGURE_ARGS+= --without-gtk
CONFIGURE_ARGS+= --enable-sdl-audio
CONFIGURE_ARGS+= --enable-sdl-video
.include "../../devel/SDL/buildlink3.mk"
+.elif ${OPSYS} == "Darwin"
+CONFIGURE_ARGS+= --enable-macosx-gui
+CONFIGURE_ARGS+= --enable-macosx-sound
.endif
Home |
Main Index |
Thread Index |
Old Index