summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-11-10 09:49:50 +0000
committerJustin Lecher <jlec@gentoo.org>2012-11-10 09:49:50 +0000
commit3edf1f70683d5a9e36812b1f45e45a93686d1e88 (patch)
tree27cb9335ad42edeab8019b12e00651f9967cc44a /sci-visualization/epix/files
parentCleanup old comments, and add part 1 of Solaris gen_usr_ldscript fixup (diff)
downloadgentoo-2-3edf1f70683d5a9e36812b1f45e45a93686d1e88.tar.gz
gentoo-2-3edf1f70683d5a9e36812b1f45e45a93686d1e88.tar.bz2
gentoo-2-3edf1f70683d5a9e36812b1f45e45a93686d1e88.zip
sci-visualization/epix: Drop old; backport patch for automake-1.11.6 compatibility, #442476
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-visualization/epix/files')
-rw-r--r--sci-visualization/epix/files/epix-1.2.6-automake.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-visualization/epix/files/epix-1.2.6-automake.patch b/sci-visualization/epix/files/epix-1.2.6-automake.patch
new file mode 100644
index 000000000000..80e9fb2b3566
--- /dev/null
+++ b/sci-visualization/epix/files/epix-1.2.6-automake.patch
@@ -0,0 +1,27 @@
+ Makefile.am | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 366c582..2edbfe0 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -15,7 +15,7 @@ SUBDIRS = . samples doc
+ bin_SCRIPTS = epix elaps flix laps
+
+ pkglib_LIBRARIES = libepix.a
+-pkglib_DATA = epix-lib.sh
++pkgdata_DATA = epix-lib.sh
+ include_HEADERS = epix.h
+
+ libepix_a_CXXSOURCES = active_screen.cc affine.cc angle_units.cc \
+@@ -107,8 +107,8 @@ install-data-local:
+ $(INSTALL_DATA) $(EPIX_CONFFILES) $(DESTDIR)$(docdir)/config
+
+ # This is being installed by install-exec, but should not be executable
+-install-exec-local: install-pkglibDATA
+- chmod a-x $(DESTDIR)$(pkglibdir)/epix-lib.sh
++install-exec-local: install-pkgdataDATA
++ chmod a-x $(DESTDIR)$(pkgdatadir)/epix-lib.sh
+
+ uninstall-local:
+ -rm -rf $(DESTDIR)$(docdir)/notes $(DESTDIR)$(docdir)/config