pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/libaom



Module Name:    pkgsrc
Committed By:   tnn
Date:           Fri Sep 29 10:24:00 UTC 2023

Modified Files:
        pkgsrc/multimedia/libaom: Makefile

Log Message:
libaom: work around configure hang on macOS


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/multimedia/libaom/Makefile

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

Modified files:

Index: pkgsrc/multimedia/libaom/Makefile
diff -u pkgsrc/multimedia/libaom/Makefile:1.27 pkgsrc/multimedia/libaom/Makefile:1.28
--- pkgsrc/multimedia/libaom/Makefile:1.27      Wed Sep  6 14:48:01 2023
+++ pkgsrc/multimedia/libaom/Makefile   Fri Sep 29 10:24:00 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2023/09/06 14:48:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.28 2023/09/29 10:24:00 tnn Exp $
 
 DISTNAME=      libaom-3.7.0
 CATEGORIES=    multimedia
@@ -59,6 +59,11 @@ CMAKE_ARGS+= -DENABLE_NASM:BOOL=ON
 TOOL_DEPENDS+= nasm>=2.13:../../devel/nasm
 .endif
 
+# Work around as(1) hangs on stdin on macOS during cmake configure
+.if ${OPSYS} == "Darwin"
+BUILDLINK_TRANSFORM+=          opt:-Wl,--help:--dummy-error
+.endif
+
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 PKGCONFIG_OVERRIDE+=           build/aom.pc
 



Home | Main Index | Thread Index | Old Index