summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2008-06-04 18:09:15 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2008-06-04 18:09:15 +0000
commit7e5c49569968fb2c79c9e939e1e3a97b32963bf1 (patch)
tree497c435d849c39315c41f6513165582a54546bec /dev-libs/ibpp/files
parentSome typos, fix HOMEPAGE and SRC_URI (diff)
downloadhistorical-7e5c49569968fb2c79c9e939e1e3a97b32963bf1.tar.gz
historical-7e5c49569968fb2c79c9e939e1e3a97b32963bf1.tar.bz2
historical-7e5c49569968fb2c79c9e939e1e3a97b32963bf1.zip
Use eautoreconf, not the bootstrap script.
Package-Manager: portage-2.1.5.3
Diffstat (limited to 'dev-libs/ibpp/files')
-rw-r--r--dev-libs/ibpp/files/ibpp-2.5.3.1-gentoo.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-libs/ibpp/files/ibpp-2.5.3.1-gentoo.patch b/dev-libs/ibpp/files/ibpp-2.5.3.1-gentoo.patch
index f2c7e34770c4..0f96e5e9ee37 100644
--- a/dev-libs/ibpp/files/ibpp-2.5.3.1-gentoo.patch
+++ b/dev-libs/ibpp/files/ibpp-2.5.3.1-gentoo.patch
@@ -1,23 +1,3 @@
-diff -ruN autogen.sh autogen.sh
---- autogen.sh 1970-01-01 01:00:00.000000000 +0100
-+++ autogen.sh 2006-07-18 08:37:34.973644464 +0200
-@@ -0,0 +1,16 @@
-+#!/bin/sh
-+#
-+echo "Building configure & friends..."
-+aclocal -I .
-+libtoolize --copy --force --automake
-+autoheader
-+autoconf
-+automake -a -c
-+
-+if test ! -f configure || test ! -f ltmain.sh || test ! -f Makefile.in; then
-+ cat<<EOT
-+** Unable to generate all required files!
-+** you'll need autoconf, automake, libtool, autoheader and aclocal installed
-+EOT
-+ exit 1
-+fi
diff -ruN configure.in configure.in
--- configure.in 1970-01-01 01:00:00.000000000 +0100
+++ configure.in 2006-07-18 08:21:30.110325984 +0200