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:   wiz
Date:           Thu Oct 17 12:02:53 UTC 2024

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

Log Message:
poppler*: only works with CMAKE_GENERATOR=make, hardcode it

The ninja files are generated at top level, so using build directories
doesn't work.


To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 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.156 pkgsrc/print/poppler/Makefile.common:1.157
--- pkgsrc/print/poppler/Makefile.common:1.156  Tue Oct 15 16:07:00 2024
+++ pkgsrc/print/poppler/Makefile.common        Thu Oct 17 12:02:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.156 2024/10/15 16:07:00 adam Exp $
+# $NetBSD: Makefile.common,v 1.157 2024/10/17 12:02:53 wiz Exp $
 #
 # used by print/poppler/Makefile
 # used by print/poppler-cpp/Makefile
@@ -44,6 +44,10 @@ USE_PKGSRC_GCC_RUNTIME=      yes
 BUILDLINK_TRANSFORM+=   rm:-fno-check-new
 .endif
 
+# poppler's build infrastructure and our split packages
+# do not work with ninja
+CMAKE_GENERATOR=       make
+
 .include "../../devel/boost-headers/buildlink3.mk"
 .include "../../devel/cmake/build.mk"
 .include "../../graphics/openjpeg/buildlink3.mk"



Home | Main Index | Thread Index | Old Index