summaryrefslogtreecommitdiffstats
path: root/graphics/libpano12/files/patch-bootstrap
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-03 09:23:24 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-03 09:23:24 +0800
commit615008d8dfccbdf5f42300367f627a06b1edfde7 (patch)
tree4e60b4b45f0b7ab3bdba900bbb91f01eda5d7715 /graphics/libpano12/files/patch-bootstrap
parent747a40ad099456331ebadf85855e13f070e291fe (diff)
downloadmarcuscom-ports-615008d8dfccbdf5f42300367f627a06b1edfde7.tar
marcuscom-ports-615008d8dfccbdf5f42300367f627a06b1edfde7.tar.gz
marcuscom-ports-615008d8dfccbdf5f42300367f627a06b1edfde7.tar.bz2
marcuscom-ports-615008d8dfccbdf5f42300367f627a06b1edfde7.tar.lz
marcuscom-ports-615008d8dfccbdf5f42300367f627a06b1edfde7.tar.xz
marcuscom-ports-615008d8dfccbdf5f42300367f627a06b1edfde7.tar.zst
marcuscom-ports-615008d8dfccbdf5f42300367f627a06b1edfde7.zip
Fix gimp depends
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8590 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/libpano12/files/patch-bootstrap')
-rw-r--r--graphics/libpano12/files/patch-bootstrap30
1 files changed, 30 insertions, 0 deletions
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
+-