pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libdvdcss Disable building documentation if...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d61247f07a7
branches:  trunk
changeset: 543611:4d61247f07a7
user:      dsainty <dsainty%pkgsrc.org@localhost>
date:      Sat Jun 21 13:09:09 2008 +0000

description:
Disable building documentation if Doxygen/LaTeX are present.  Speeds up
the build, but more importantly, allows the build to complete should there
be odd LaTeX/unicode issues floating about.

diffstat:

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

diffs (18 lines):

diff -r e09c52042870 -r 4d61247f07a7 multimedia/libdvdcss/Makefile
--- a/multimedia/libdvdcss/Makefile     Sat Jun 21 11:45:55 2008 +0000
+++ b/multimedia/libdvdcss/Makefile     Sat Jun 21 13:09:09 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/07/20 11:53:27 tnn Exp $
+# $NetBSD: Makefile,v 1.18 2008/06/21 13:09:09 dsainty Exp $
 #
 # In order to ensure compliance with U.S. and international law, please
 # do not modify this file to provide pointers to the source or homepage
@@ -26,6 +26,8 @@
 
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
+CONFIGURE_ENV+=                ac_cv_path_DOXYGEN=no
+CONFIGURE_ENV+=                ac_cv_path_LATEX=no
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index