diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-02 18:40:57 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-02 18:40:57 +0000 |
commit | c951002132e60c35fce67d230e719f0a5bc154b7 (patch) | |
tree | a77d2db75acc6c1be78439cc0e6b55b9d9f34b7f /dev-libs/isl/files | |
parent | Remove compile time LDFLAGS from Libs: in pkg-config file wrt #382737 (diff) | |
download | historical-c951002132e60c35fce67d230e719f0a5bc154b7.tar.gz historical-c951002132e60c35fce67d230e719f0a5bc154b7.tar.bz2 historical-c951002132e60c35fce67d230e719f0a5bc154b7.zip |
old
Package-Manager: portage-2.2.0_alpha71_p73/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/isl/files')
-rw-r--r-- | dev-libs/isl/files/isl-0.06-parallel-py.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-libs/isl/files/isl-0.06-parallel-py.patch b/dev-libs/isl/files/isl-0.06-parallel-py.patch deleted file mode 100644 index 725f02b45e86..000000000000 --- a/dev-libs/isl/files/isl-0.06-parallel-py.patch +++ /dev/null @@ -1,35 +0,0 @@ -Fix parallel install and move gdb python module out of libdir. - -http://groups.google.com/group/isl-development/browse_thread/thread/4fd13c45d3fd321e - - ---- a/Makefile.in -+++ b/Makefile.in -@@ -1814,7 +1814,8 @@ all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) \ - isl_config.h - installdirs: installdirs-recursive - installdirs-am: -- for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)" "$(DESTDIR)$(pkgincludedir)"; do \ -+ for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)" \ -+ "$(DESTDIR)$(pkgincludedir)" "$(DESTDIR)usr/share/gdb/auto-load$(libdir)" ; do \ - test -z "$$dir" || $(MKDIR_P) "$$dir"; \ - done - install: install-recursive -@@ -1954,14 +1955,14 @@ dist-hook: - gitversion.h: @GIT_HEAD@ - echo '#define GIT_HEAD_ID "'@GIT_HEAD_VERSION@'"' > $@ - --install-data-local: $(srcdir)/isl.py -+install-data-local: $(srcdir)/isl.py installdirs - @libisl=`sed -ne "/^library_names=/{s/.*='//;s/'$$//;s/ .*//;p}" \ - $(builddir)/libisl.la`; \ - case $$libisl in \ - '') echo Cannot find isl library name. GDB bindings not installed.;; \ - *) echo $(INSTALL_DATA) $(srcdir)/isl.py \ -- $(DESTDIR)$(libdir)/$$libisl-gdb.py; \ -- $(INSTALL_DATA) $(srcdir)/isl.py $(DESTDIR)$(libdir)/$$libisl-gdb.py; esac -+ $(DESTDIR)usr/share/gdb/auto-load$(libdir)/$$libisl-gdb.py; \ -+ $(INSTALL_DATA) $(srcdir)/isl.py $(DESTDIR)usr/share/gdb/auto-load$(libdir)/$$libisl-gdb.py; esac - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. |