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:   nia
Date:           Tue May 24 09:43:52 UTC 2022

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

Log Message:
libdv: Remove NetBSD version check that will fail with future versions.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 pkgsrc/multimedia/libdv/Makefile.common:1.19
--- pkgsrc/multimedia/libdv/Makefile.common:1.18        Fri Mar 20 11:58:03 2020
+++ pkgsrc/multimedia/libdv/Makefile.common     Tue May 24 09:43:51 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2020/03/20 11:58:03 nia Exp $
+# $NetBSD: Makefile.common,v 1.19 2022/05/24 09:43:51 nia Exp $
 #
 # used by multimedia/libdv-tools/Makefile
 
@@ -23,10 +23,11 @@ PTHREAD_AUTO_VARS=  yes
 
 .include "../../mk/bsd.prefs.mk"
 
+# Avoid text relocations.
 .if (${OPSYS} == "Darwin") || empty(MACHINE_PLATFORM:M*-*-i386) || \
     (${OPSYS} == "Interix") || (${OPSYS} == "SunOS") || \
     (${OPSYS} == "MirBSD") || \
-    !empty(MACHINE_PLATFORM:MNetBSD-[89].*-i386)
+    !empty(MACHINE_PLATFORM:MNetBSD-*-i386)
 CONFIGURE_ARGS+=       --disable-asm
 .endif
 



Home | Main Index | Thread Index | Old Index