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: gson
Date: Fri Dec 14 14:34:05 UTC 2018
Modified Files:
pkgsrc/print/poppler: Makefile.common
Log Message:
poppler: Use GCC_REQD+=, not GCC_REQD=.
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 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.104 pkgsrc/print/poppler/Makefile.common:1.105
--- pkgsrc/print/poppler/Makefile.common:1.104 Fri Dec 14 13:16:26 2018
+++ pkgsrc/print/poppler/Makefile.common Fri Dec 14 14:34:05 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.104 2018/12/14 13:16:26 gson Exp $
+# $NetBSD: Makefile.common,v 1.105 2018/12/14 14:34:05 gson Exp $
#
# used by print/poppler/Makefile
# used by print/poppler-cpp/Makefile
@@ -22,7 +22,7 @@ PATCHDIR= ${.CURDIR}/../../print/popple
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
USE_LANGUAGES= c c++14
-GCC_REQD= 4.9
+GCC_REQD+= 4.9
USE_CMAKE= yes
Home |
Main Index |
Thread Index |
Old Index