From 615008d8dfccbdf5f42300367f627a06b1edfde7 Mon Sep 17 00:00:00 2001 From: ahze Date: Tue, 3 Apr 2007 01:23:24 +0000 Subject: Fix gimp depends git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8590 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/libpano12/files/patch-bootstrap | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 graphics/libpano12/files/patch-bootstrap (limited to 'graphics/libpano12/files/patch-bootstrap') diff --git a/graphics/libpano12/files/patch-bootstrap b/graphics/libpano12/files/patch-bootstrap new file mode 100644 index 000000000..ebd097887 --- /dev/null +++ b/graphics/libpano12/files/patch-bootstrap @@ -0,0 +1,30 @@ +--- bootstrap.orig Tue Jan 16 18:58:24 2007 ++++ bootstrap Tue Jan 16 18:58:39 2007 +@@ -96,27 +96,3 @@ + $AUTOMAKE --add-missing --copy || exit $? + + $AUTOCONF || exit $? +- +-cd $ORIGDIR || exit $? +- +-echo +-echo "I am going to run ./configure with the following arguments:" +-echo +-echo " --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS $@" +-echo +- +-if test -z "$*"; then +- echo "If you wish to pass additional arguments, please specify them " +- echo "on the $0 command line or set the AUTOGEN_CONFIGURE_ARGS " +- echo "environment variable." +- echo +-fi +- +-$srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@" +-RC=$? +-if test $RC -ne 0; then +- echo +- echo "Configure failed or did not finish!" +- exit $RC +-fi +- -- cgit v1.2.3