pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/poppler



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Oct 20 20:01:34 UTC 2024

Modified Files:
        pkgsrc/print/poppler: Makefile.common

Log Message:
poppler: Remove workaround obsoleted by USE_CXX_FEATURES.


To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 pkgsrc/print/poppler/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/print/poppler/Makefile.common
diff -u pkgsrc/print/poppler/Makefile.common:1.158 pkgsrc/print/poppler/Makefile.common:1.159
--- pkgsrc/print/poppler/Makefile.common:1.158  Sun Oct 20 19:59:59 2024
+++ pkgsrc/print/poppler/Makefile.common        Sun Oct 20 20:01:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.158 2024/10/20 19:59:59 nia Exp $
+# $NetBSD: Makefile.common,v 1.159 2024/10/20 20:01:34 nia Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -27,17 +27,6 @@ USE_TOOLS+=          pkg-config gsed
 CMAKE_CONFIGURE_ARGS+= -DENABLE_GPGME=OFF
 CMAKE_CONFIGURE_ARGS+= -DENABLE_NSS3=OFF
 
-.include "../../mk/bsd.prefs.mk"
-
-# 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} == "NetBSD" && ${OPSYS_VERSION} < 090000
-USE_PKGSRC_GCC=                yes
-USE_PKGSRC_GCC_RUNTIME=        yes
-.endif
-
 .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Mclang)
 BUILDLINK_TRANSFORM+=   rm:-fno-check-new



Home | Main Index | Thread Index | Old Index