diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-08 07:09:55 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-08 07:09:55 +0000 |
commit | 40f74d24cfb3fe3abe6fe37a2bdd66a1d7b202a5 (patch) | |
tree | fa259f43efa18355fdf010bb6acdd6ab12c89303 /app-arch/unshield/files | |
parent | Fix building against pthreads-win32 (bug #407371, thanks to Nathan Phillip Br... (diff) | |
download | gentoo-2-40f74d24cfb3fe3abe6fe37a2bdd66a1d7b202a5.tar.gz gentoo-2-40f74d24cfb3fe3abe6fe37a2bdd66a1d7b202a5.tar.bz2 gentoo-2-40f74d24cfb3fe3abe6fe37a2bdd66a1d7b202a5.zip |
Upstream snapshot to include support for some IS installers wrt #361971 by Roberto Castagnola
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/unshield/files')
-rw-r--r-- | app-arch/unshield/files/unshield-bootstrap.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-arch/unshield/files/unshield-bootstrap.patch b/app-arch/unshield/files/unshield-bootstrap.patch new file mode 100644 index 000000000000..565b9e520f5c --- /dev/null +++ b/app-arch/unshield/files/unshield-bootstrap.patch @@ -0,0 +1,32 @@ +This is replaced by `AT_M4DIR=m4 eautoreconf` in the ebuild. + +--- bootstrap ++++ bootstrap +@@ -26,17 +26,17 @@ + INCLUDES="-I m4" + fi + set -x +-aclocal $INCLUDES +-autoheader ++# aclocal $INCLUDES ++# autoheader + + # Check For OSX + # rhcp011235@gmail.com + +-KERNEL_NAME=`uname -s` +-if [ "$KERNEL_NAME" = "Darwin" ]; then +- glibtoolize --copy --automake +-else +- libtoolize --copy --automake +-fi +-automake --copy --foreign --add-missing +-autoconf ++# KERNEL_NAME=`uname -s` ++# if [ "$KERNEL_NAME" = "Darwin" ]; then ++# glibtoolize --copy --automake ++# else ++# libtoolize --copy --automake ++# fi ++# automake --copy --foreign --add-missing ++# autoconf |