pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ftgl



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul  1 14:16:48 UTC 2020

Modified Files:
        pkgsrc/graphics/ftgl: Makefile

Log Message:
ftgl: Avoid PLIST problems when doxygen is installed


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/ftgl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/ftgl/Makefile
diff -u pkgsrc/graphics/ftgl/Makefile:1.2 pkgsrc/graphics/ftgl/Makefile:1.3
--- pkgsrc/graphics/ftgl/Makefile:1.2   Sat Jan 18 23:32:11 2020
+++ pkgsrc/graphics/ftgl/Makefile       Wed Jul  1 14:16:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 23:32:11 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/07/01 14:16:48 nia Exp $
 
 DISTNAME=      ftgl-2.1.3-rc5
 PKGNAME=       ${DISTNAME:S/-r/r/1}
@@ -16,6 +16,9 @@ USE_TOOLS+=   gmake gsed pkg-config
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes
 
+CONFIGURE_ENV+=        ac_cv_path_DOXYGEN=no
+
+CONFIGURE_ARGS+=       --disable-freetypetest
 CONFIGURE_ARGS+=       --without-glut-inc
 CONFIGURE_ARGS+=       --without-x
 



Home | Main Index | Thread Index | Old Index