summaryrefslogtreecommitdiffstats
path: root/graphics/libpano12/files/patch-bootstrap
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-05 01:05:48 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-05 01:05:48 +0800
commitd3211d59da0524c68b63c583b995f01016f45ff1 (patch)
treefa3574fac699b0fa2e1a19610f2b1d4b66ac04df /graphics/libpano12/files/patch-bootstrap
parent9b1984e5658faa250d203a5758932dcaea56be99 (diff)
downloadmarcuscom-ports-d3211d59da0524c68b63c583b995f01016f45ff1.tar
marcuscom-ports-d3211d59da0524c68b63c583b995f01016f45ff1.tar.gz
marcuscom-ports-d3211d59da0524c68b63c583b995f01016f45ff1.tar.bz2
marcuscom-ports-d3211d59da0524c68b63c583b995f01016f45ff1.tar.lz
marcuscom-ports-d3211d59da0524c68b63c583b995f01016f45ff1.tar.xz
marcuscom-ports-d3211d59da0524c68b63c583b995f01016f45ff1.tar.zst
marcuscom-ports-d3211d59da0524c68b63c583b995f01016f45ff1.zip
Clean out graphics
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8594 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/libpano12/files/patch-bootstrap')
-rw-r--r--graphics/libpano12/files/patch-bootstrap30
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/libpano12/files/patch-bootstrap b/graphics/libpano12/files/patch-bootstrap
deleted file mode 100644
index ebd097887..000000000
--- a/graphics/libpano12/files/patch-bootstrap
+++ /dev/null
@@ -1,30 +0,0 @@
---- 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
--