pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/strawberry



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Aug 26 08:42:32 UTC 2023

Modified Files:
        pkgsrc/audio/strawberry: Makefile

Log Message:
strawberry: Infrastructure will set USE_PKGSRC_GCC_RUNTIME.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/audio/strawberry/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/strawberry/Makefile
diff -u pkgsrc/audio/strawberry/Makefile:1.53 pkgsrc/audio/strawberry/Makefile:1.54
--- pkgsrc/audio/strawberry/Makefile:1.53       Tue Aug 22 20:26:29 2023
+++ pkgsrc/audio/strawberry/Makefile    Sat Aug 26 08:42:31 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2023/08/22 20:26:29 adam Exp $
+# $NetBSD: Makefile,v 1.54 2023/08/26 08:42:31 nia Exp $
 
 DISTNAME=      strawberry-1.0.18
 CATEGORIES=    audio
@@ -41,14 +41,6 @@ DEPENDS+=    gst-plugins1-oss-[0-9]*:../../
 
 .if ${OPSYS} == "NetBSD"
 PREFER.sqlite3=                pkgsrc # fts5
-# This package will link against libstdc++.so from the pkgsrc GCC when the
-# base OS GCC doesn't meet the minimum requirement. Thus we do this so the
-# appropriate gcc-libs package will be captured as a dependency, otherwise
-# binary packages will be broken.
-.  if ${OPSYS_VERSION} < 090000
-USE_PKGSRC_GCC=                yes
-USE_PKGSRC_GCC_RUNTIME=        yes
-.  endif
 .endif
 
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index