pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/libdv



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 21 20:59:58 UTC 2025

Modified Files:
        pkgsrc/multimedia/libdv: Makefile.common

Log Message:
libdv: remove Interix support


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/libdv/Makefile.common

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

Modified files:

Index: pkgsrc/multimedia/libdv/Makefile.common
diff -u pkgsrc/multimedia/libdv/Makefile.common:1.20 pkgsrc/multimedia/libdv/Makefile.common:1.21
--- pkgsrc/multimedia/libdv/Makefile.common:1.20        Sun Mar 30 21:10:45 2025
+++ pkgsrc/multimedia/libdv/Makefile.common     Mon Apr 21 20:59:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2025/03/30 21:10:45 wiz Exp $
+# $NetBSD: Makefile.common,v 1.21 2025/04/21 20:59:58 wiz Exp $
 #
 # used by multimedia/libdv-tools/Makefile
 
@@ -25,7 +25,7 @@ PTHREAD_AUTO_VARS=    yes
 
 # Avoid text relocations.
 .if (${OPSYS} == "Darwin") || !${MACHINE_PLATFORM:M*-*-i386} || \
-    (${OPSYS} == "Interix") || (${OPSYS} == "SunOS") || \
+    (${OPSYS} == "SunOS") || \
     ${MACHINE_PLATFORM:MNetBSD-*-i386}
 CONFIGURE_ARGS+=       --disable-asm
 .endif



Home | Main Index | Thread Index | Old Index