pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libexif Tell configure we really do not want ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e4d8bc0ca20
branches:  trunk
changeset: 505755:9e4d8bc0ca20
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 07 01:59:58 2006 +0000

description:
Tell configure we really do not want doxygen (breaks installation,
and would break PLIST if it succeeded). Reported by veego.

diffstat:

 graphics/libexif/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 840975329e02 -r 9e4d8bc0ca20 graphics/libexif/Makefile
--- a/graphics/libexif/Makefile Sat Jan 07 01:56:24 2006 +0000
+++ b/graphics/libexif/Makefile Sat Jan 07 01:59:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2006/01/06 15:19:18 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2006/01/07 01:59:58 wiz Exp $
 
 DISTNAME=      libexif-0.6.13
 CATEGORIES=    graphics
@@ -14,6 +14,7 @@
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
+CONFIGURE_ENV+=                ac_cv_path_DOXYGEN=false
 PKGCONFIG_OVERRIDE=    libexif/libexif.pc.in
 
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index