pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/libmad
Module Name: pkgsrc
Committed By: nia
Date: Sat May 24 13:14:55 UTC 2025
Modified Files:
pkgsrc/audio/libmad: Makefile
Log Message:
libmad: Fix mips n64 build.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/libmad/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/libmad/Makefile
diff -u pkgsrc/audio/libmad/Makefile:1.25 pkgsrc/audio/libmad/Makefile:1.26
--- pkgsrc/audio/libmad/Makefile:1.25 Sat Mar 16 16:23:22 2024
+++ pkgsrc/audio/libmad/Makefile Sat May 24 13:14:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2024/03/16 16:23:22 nia Exp $
+# $NetBSD: Makefile,v 1.26 2025/05/24 13:14:55 nia Exp $
DISTNAME= libmad-0.15.1b
PKGREVISION= 3
@@ -19,7 +19,7 @@ INSTALLATION_DIRS= lib/pkgconfig
.include "../../mk/bsd.prefs.mk"
-.if !empty(MACHINE_ARCH:Mmips64*)
+.if ${MACHINE_ARCH:Mmips64*} || ${MACHINE_ARCH:Mmipsn64*}
# Disable MIPS-specific ASM on MIPS64 due to:
# error: impossible constraint in 'asm'
CONFIGURE_ARGS+= --enable-fpm=64bit
Home |
Main Index |
Thread Index |
Old Index