pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libtheora Stop the "configure" script from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e7b9d297fb3a
branches:  trunk
changeset: 541473:e7b9d297fb3a
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Apr 23 12:26:47 2008 +0000

description:
Stop the "configure" script from picking up "doxygen" or "pdflatex"
which will break the build later (and would cause package list
inconsistencies if the build succeeded).

diffstat:

 multimedia/libtheora/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a7cb6a7e09ed -r e7b9d297fb3a multimedia/libtheora/Makefile
--- a/multimedia/libtheora/Makefile     Wed Apr 23 12:12:06 2008 +0000
+++ b/multimedia/libtheora/Makefile     Wed Apr 23 12:26:47 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/04/22 20:27:04 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2008/04/23 12:26:47 tron Exp $
 #
 
 DISTNAME=      libtheora-1.0beta3
@@ -21,6 +21,8 @@
 CONFIGURE_ARGS+=       HAVE_DOXYGEN=false
 # disable player
 CONFIGURE_ENV+=                ac_cv_path_SDL_CONFIG=no
+CONFIGURE_ENV+=                ac_cv_prog_HAVE_DOXYGEN=no
+CONFIGURE_ENV+=                ac_cv_prog_HAVE_PDFLATEX=no
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index