aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/pgplot/000_readme.txt')
-rw-r--r--sci-libs/pgplot/000_readme.txt21
1 files changed, 15 insertions, 6 deletions
diff --git a/sci-libs/pgplot/000_readme.txt b/sci-libs/pgplot/000_readme.txt
index 202b07d..d00bac0 100644
--- a/sci-libs/pgplot/000_readme.txt
+++ b/sci-libs/pgplot/000_readme.txt
@@ -1,13 +1,22 @@
-In pgplot-5.2.2-r99.ebuild, you can uncomment different lines for the drivers patch:
+* In pgplot-5.2.2-r99.ebuild, you can uncomment different lines for the drivers patch:
epatch "${FILESDIR}"/${PN}-drivers.patch
#epatch "${FILESDIR}"/${PN}-drivers-nox.patch
#epatch "${FILESDIR}"/${PN}-drivers-ppmonly.patch
- the -nox has no support for X (and doesn't need libX11 and other
- libraries when linking statically)
- the -ppmonly has support for .ppm files only, and is only slightly
- smaller than -nox
+ the -nox has no support for X (and doesn't need libX11 and other libraries when linking statically)
+ the -ppmonly has support for .ppm files only, and is only slightly smaller than -nox
use /root/drivers.list.orig to make additional patches.
-
+
+* PPM-only for Think
+1) set ebuild to -ppmonly
+2) USE=-doc ebuild pgplot-5.2.2-r99.ebuild clean manifest install
+3) cp ~/usr/lib/libpgplot-ppmonly.a ~/usr/lib/old/
+4) cp /var/tmp/portage/portage/sci-libs/pgplot-5.2.2-r99/image/usr/lib64/libpgplot.a ~/usr/lib/libpgplot-ppmonly.a
+
+* PPM-only for For zotac (?)
+1) set ebuild to -ppmonly
+2) USE=-doc ebuild pgplot-5.2.2-r99.ebuild clean manifest install
+3) rsync /var/tmp/portage/portage/sci-libs/pgplot-5.2.2-r99/image/usr/lib64/libpgplot.a zotac:usr/lib/libpgplot-ppmonly.a
+