summaryrefslogtreecommitdiff
path: root/sci-libs/pgplot/files/pgplot-makemake.patch
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2017-07-21 23:36:58 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2017-07-24 19:32:43 +0000
commit32df5078b163522dd745f3a86c56574bdbd1f7a8 (patch)
tree643dc52b356be81537b0552e245e9cd187519026 /sci-libs/pgplot/files/pgplot-makemake.patch
parentbeda457a68790612b589af11a5496972839e89b1 (diff)
downloadgentoo-32df5078b163522dd745f3a86c56574bdbd1f7a8.tar.gz
gentoo-32df5078b163522dd745f3a86c56574bdbd1f7a8.tar.bz2
gentoo-32df5078b163522dd745f3a86c56574bdbd1f7a8.zip
sci-libs/pgplot: fix for static build, prefix, and for EAPI6
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sci-libs/pgplot/files/pgplot-makemake.patch')
-rw-r--r--sci-libs/pgplot/files/pgplot-makemake.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/pgplot/files/pgplot-makemake.patch b/sci-libs/pgplot/files/pgplot-makemake.patch
index 6cc3c637b6ef..fafd2f16ea40 100644
--- a/sci-libs/pgplot/files/pgplot-makemake.patch
+++ b/sci-libs/pgplot/files/pgplot-makemake.patch
@@ -1,5 +1,5 @@
---- makemake.orig 2012-07-05 14:08:30.210815190 -0700
-+++ makemake 2012-07-05 14:26:28.353381906 -0700
+--- a/makemake 2012-07-05 14:08:30.210815190 -0700
++++ b/makemake 2012-07-05 14:26:28.353381906 -0700
@@ -73,7 +73,7 @@
# List the default make targets.
@@ -28,7 +28,7 @@
if (echo $DRIV_LIST | grep -s tkdriv 2>&1 1>/dev/null); then
- DEFAULT_TARGETS="$DEFAULT_TARGETS libtkpgplot.a pgtkdemo pgtkdemo.tcl"
- INSTALL_LIST="$INSTALL_LIST libtkpgplot.a tkpgplot.h"
-+ DEFAULT_TARGETS="$DEFAULT_TARGETS libtkpgplot.so"
++ DEFAULT_TARGETS="$DEFAULT_TARGETS libtkpgplot.a"
+ INSTALL_LIST="$INSTALL_LIST libtkpgplot.a tkpgplot.h"
fi