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:   schmonz
Date:           Thu Jul 14 23:53:27 UTC 2022

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

Log Message:
Uses `sed -i`, so USE_TOOLS+=gsed.


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 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.136 pkgsrc/print/poppler/Makefile.common:1.137
--- pkgsrc/print/poppler/Makefile.common:1.136  Thu Jul 14 14:06:58 2022
+++ pkgsrc/print/poppler/Makefile.common        Thu Jul 14 23:53:27 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.136 2022/07/14 14:06:58 wiz Exp $
+# $NetBSD: Makefile.common,v 1.137 2022/07/14 23:53:27 schmonz Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -22,7 +22,7 @@ PATCHDIR=     ${.CURDIR}/../../print/poppler
 
 USE_CMAKE=             yes
 USE_LANGUAGES=         c c++17
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            pkg-config gsed
 GCC_REQD+=             7 # std::optional
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index