pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/libtheora



Module Name:    pkgsrc
Committed By:   jklos
Date:           Wed Apr 30 07:52:37 UTC 2025

Modified Files:
        pkgsrc/multimedia/libtheora: Makefile

Log Message:
Fix build on 32 bit ARM.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/multimedia/libtheora/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/libtheora/Makefile
diff -u pkgsrc/multimedia/libtheora/Makefile:1.32 pkgsrc/multimedia/libtheora/Makefile:1.33
--- pkgsrc/multimedia/libtheora/Makefile:1.32   Sat Apr 12 06:52:22 2025
+++ pkgsrc/multimedia/libtheora/Makefile        Wed Apr 30 07:52:37 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2025/04/12 06:52:22 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2025/04/30 07:52:37 jklos Exp $
 
 .include "Makefile.common"
 
@@ -18,7 +18,8 @@ CONFIGURE_ENV+=               HAVE_PDFLATEX=no
 
 .if !empty(PKGSRC_COMPILER:Msunpro) || \
     ${MACHINE_PLATFORM:MDarwin-9.*-i386} || \
-    !empty(MACHINE_PLATFORM:MDarwin-??.*-*)
+    !empty(MACHINE_PLATFORM:MDarwin-??.*-*) || \
+    ${MACHINE_ARCH:M*arm*}
 CONFIGURE_ARGS+=       --disable-asm
 .endif
 



Home | Main Index | Thread Index | Old Index