From 033d1bb401501f42baae874c20ecd197a07747d4 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 30 Dec 2008 02:26:32 +0000 Subject: - Update to 1.5.8 - Add OPTIONS - Trim down Qt depends - Clean Makefile a bit PR: 130003 Submitted by: Naram Qashat (maintainer) Some tweaks by: myself Tweaks approved by: Naram Qashat (maintainer) --- devel/doxygen/files/patch-configure | 37 ++++++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) (limited to 'devel/doxygen/files/patch-configure') diff --git a/devel/doxygen/files/patch-configure b/devel/doxygen/files/patch-configure index 8ba6ca7fb6a0..2571300fd75b 100644 --- a/devel/doxygen/files/patch-configure +++ b/devel/doxygen/files/patch-configure @@ -1,6 +1,33 @@ ---- configure.orig Sat Oct 28 18:20:11 2006 -+++ configure Sun Feb 25 15:23:52 2007 -@@ -525,7 +525,7 @@ +--- configure.orig 2008-12-26 14:22:39.000000000 -0500 ++++ configure 2008-12-28 16:27:43.000000000 -0500 +@@ -269,7 +269,7 @@ + echo " QTDIR environment variable not set!" + echo -n " Checking for Qt..." + for d in /usr/{lib,share,qt}/{qt-4,qt4,qt,qt*,4}; do +- if test -x "$d/bin/qmake"; then ++ if test -x "$d/bin/qmake-qt4"; then + QTDIR=$d + fi + done +@@ -280,7 +280,7 @@ + if test -z "$QTDIR"; then + echo "QTDIR not set and Qt not found at standard locations!" + echo +- echo "Set the QTDIR environment variable such that \$QTDIR/bin/qmake exists." ++ echo "Set the QTDIR environment variable such that \$QTDIR/bin/qmake-qt4 exists." + echo "check the Qt installation instructions!" + exit 2 + fi +@@ -565,7 +565,7 @@ + fi + if test "$f_wizard" = YES; then + cat >> .tmakeconfig <> $DST echo "all: src/version.cpp " >> $DST @@ -22,7 +49,7 @@ if test $f_wizard = YES; then echo " \$(MAKE) -C addon/doxywizard" >> $DST fi -@@ -562,7 +560,7 @@ +@@ -616,7 +614,7 @@ echo " Created $DST from $SRC..." done -- cgit v1.2.3