pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2008Q4]: pkgsrc/multimedia/libtheora Pullup ticket #2651 - req...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06d88d0eb959
branches:  pkgsrc-2008Q4
changeset: 552258:06d88d0eb959
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Jan 22 20:18:30 2009 +0000

description:
Pullup ticket #2651 - requested by is
libtheora: build fix

Revisions pulled up:
- multimedia/libtheora/Makefile                 1.23
---
Module Name:    pkgsrc
Committed By:   is
Date:           Thu Jan 22 15:14:23 UTC 2009

Modified Files:
        pkgsrc/multimedia/libtheora: Makefile

Log Message:
If transfig is installed during the build, but gs is not, building
fails. As we don't want to install the docs but from a seperate package,
just disable all doc-building tools to be on the safe side. PR 40452

diffstat:

 multimedia/libtheora/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 3879c26d94d9 -r 06d88d0eb959 multimedia/libtheora/Makefile
--- a/multimedia/libtheora/Makefile     Thu Jan 22 12:47:01 2009 +0000
+++ b/multimedia/libtheora/Makefile     Thu Jan 22 20:18:30 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2008/11/05 14:55:23 wiz Exp $
+# $NetBSD: Makefile,v 1.22.2.1 2009/01/22 20:18:30 tron Exp $
 #
 
 .include "Makefile.common"
@@ -10,7 +10,12 @@
 TEST_TARGET=           check
 
 # disable doxygen, see libtheora-docs package
+# also, disable transfig, and *tex.
+
 CONFIGURE_ENV+=                HAVE_DOXYGEN=no
+CONFIGURE_ENV+=                HAVE_TRANSFIG=no
+CONFIGURE_ENV+=                HAVE_BIBTEX=no
+CONFIGURE_ENV+=                HAVE_PDFLATEX=no
 
 # avoid installing docs
 do-install:



Home | Main Index | Thread Index | Old Index