pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/Coin
Module Name: pkgsrc
Committed By: brook
Date: Fri Mar 11 18:26:54 UTC 2022
Modified Files:
pkgsrc/graphics/Coin: Makefile
Log Message:
graphics/Coin: build without framework support on Darwin.
By default, Coin is installed on Darwin as a framework, which is a completely
different file layout incompatible with pkgsrc. Add a configure argument to
prevent this and select a standard layout compatible with pkgsrc.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/Coin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/Coin/Makefile
diff -u pkgsrc/graphics/Coin/Makefile:1.32 pkgsrc/graphics/Coin/Makefile:1.33
--- pkgsrc/graphics/Coin/Makefile:1.32 Tue Aug 18 17:57:28 2020
+++ pkgsrc/graphics/Coin/Makefile Fri Mar 11 18:26:54 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2020/08/18 17:57:28 leot Exp $
+# $NetBSD: Makefile,v 1.33 2022/03/11 18:26:54 brook Exp $
DISTNAME= Coin-3.1.3
PKGREVISION= 5
@@ -24,6 +24,12 @@ CONFIGURE_ARGS+= --with-pthread=yes
CONFIGURE_ARGS+= --enable-threadsafe
.endif
+.include "../../mk/bsd.prefs.mk"
+
+.if !empty(OPSYS:MDarwin)
+CONFIGURE_ARGS+= --without-framework
+.endif
+
.include "../../graphics/simage/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index