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:   taca
Date:           Sun Jul  2 09:16:01 UTC 2017

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

Log Message:
Add GCC_REQD=4.8 to fix build problem on NetBSD 6.1_STABLE.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 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.85 pkgsrc/print/poppler/Makefile.common:1.86
--- pkgsrc/print/poppler/Makefile.common:1.85   Mon May 22 08:40:10 2017
+++ pkgsrc/print/poppler/Makefile.common        Sun Jul  2 09:16:01 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.85 2017/05/22 08:40:10 adam Exp $
+# $NetBSD: Makefile.common,v 1.86 2017/07/02 09:16:01 taca Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -23,6 +23,7 @@ PATCHDIR=             ${.CURDIR}/../../print/popple
 USE_TOOLS+=            pkg-config
 USE_LIBTOOL=           yes
 USE_LANGUAGES=         c c++
+GCC_REQD=              4.8
 
 # Don't accidentally find libtiff
 CONFIGURE_ARGS+=       --disable-libtiff



Home | Main Index | Thread Index | Old Index