diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-09-17 22:03:38 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-09-17 22:03:38 +0000 |
commit | cc043e612cedcfe8e425f5631799e4fda732ef14 (patch) | |
tree | 526fea5428d9354c43383a2531df4773e299a09e /sci-libs/colpack/files | |
parent | Stable for x86, wrt bug #429026 (diff) | |
download | gentoo-2-cc043e612cedcfe8e425f5631799e4fda732ef14.tar.gz gentoo-2-cc043e612cedcfe8e425f5631799e4fda732ef14.tar.bz2 gentoo-2-cc043e612cedcfe8e425f5631799e4fda732ef14.zip |
Avoid installing a development executable on a non-standard directory
(Portage version: 2.2.01.21003-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/colpack/files')
-rw-r--r-- | sci-libs/colpack/files/colpack-1.0.8-no-bin.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-libs/colpack/files/colpack-1.0.8-no-bin.patch b/sci-libs/colpack/files/colpack-1.0.8-no-bin.patch new file mode 100644 index 000000000000..f2400d66dd07 --- /dev/null +++ b/sci-libs/colpack/files/colpack-1.0.8-no-bin.patch @@ -0,0 +1,15 @@ +From: Sebastien Fabbro <bicatali@gentoo.org> +Avoid installing the ColPack binary on an absolute path + +--- Makefile.am 2012-03-20 21:37:34.000000000 -0700 ++++ Makefile.am 2012-09-17 14:24:02.168309078 -0700 +@@ -17,8 +17,7 @@ + LDADD = libColPack.la + AM_DEFAULT_SOURCE_EXT = .cpp + +-noinst_bin_PROGRAMS = ColPack +-noinst_bindir = $(abs_top_builddir)/progs ++noinst_PROGRAMS = ColPack + lib_LTLIBRARIES = libColPack.la + pkginclude_HEADERS = \ + Utilities/CoutLock.h Utilities/command_line_parameter_processor.h \ |