Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ftgl ftgl: Avoid PLIST problems when doxygen ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/152e5fc55f12
branches:  trunk
changeset: 435166:152e5fc55f12
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jul 01 14:16:48 2020 +0000

description:
ftgl: Avoid PLIST problems when doxygen is installed

diffstat:

 graphics/ftgl/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5c3f2e5fedfd -r 152e5fc55f12 graphics/ftgl/Makefile
--- a/graphics/ftgl/Makefile    Wed Jul 01 14:07:23 2020 +0000
+++ b/graphics/ftgl/Makefile    Wed Jul 01 14:16:48 2020 +0000
@@ -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_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