summaryrefslogtreecommitdiff
path: root/graphics/GMT/patches/patch-at
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-04-20 17:16:19 +0000
committerjtb <jtb@pkgsrc.org>2001-04-20 17:16:19 +0000
commit1acbced92dee55c4a6427ea26c20368161f0e2c8 (patch)
tree6fe795be718e9f4abb1ec9e453302eeb98a4f86a /graphics/GMT/patches/patch-at
parent009400920ecfb797a29f47394af618de303a18c1 (diff)
downloadpkgsrc-1acbced92dee55c4a6427ea26c20368161f0e2c8.tar.gz
Fix byte ordering in grdraster. Proper location of HTML docs in the
GMT help script. Fix some patch fuzz. Install libgmt_mgg.la before the programs depending on it, saving some warnings from libtool.
Diffstat (limited to 'graphics/GMT/patches/patch-at')
-rw-r--r--graphics/GMT/patches/patch-at13
1 files changed, 8 insertions, 5 deletions
diff --git a/graphics/GMT/patches/patch-at b/graphics/GMT/patches/patch-at
index 33ebef41b8f..53f4364a0f3 100644
--- a/graphics/GMT/patches/patch-at
+++ b/graphics/GMT/patches/patch-at
@@ -1,4 +1,4 @@
-$NetBSD: patch-at,v 1.3 2001/04/19 21:36:31 jtb Exp $
+$NetBSD: patch-at,v 1.4 2001/04/20 17:16:19 jtb Exp $
--- src/x2sys/makefile.orig Wed Apr 11 19:58:09 2001
+++ src/x2sys/makefile
@@ -11,7 +11,7 @@ $NetBSD: patch-at,v 1.3 2001/04/19 21:36:31 jtb Exp $
XSYSTEM_H = x2sys.h
XSYSTEM_C = x2sys_datalist.c x2sys_cross.c
-@@ -18,24 +18,20 @@
+@@ -18,25 +18,21 @@
#---------------------------------------------------------------
@@ -25,10 +25,9 @@ $NetBSD: patch-at,v 1.3 2001/04/19 21:36:31 jtb Exp $
+all: libx2sys.la $(XSYSTEM)
install: all
- for i in $(XSYSTEM); do \
+- for i in $(XSYSTEM); do \
- $(INSTALL) $$i$(EXE) $(bindir); \
-+ $(LIBTOOL) $(INSTALL_PROGRAM) $$i$(EXE) $(bindir); \
- done
+- done
if [ ! -d $(libdir) ]; then \
mkdir -p $(libdir); \
fi
@@ -39,8 +38,12 @@ $NetBSD: patch-at,v 1.3 2001/04/19 21:36:31 jtb Exp $
- fi; \
+ $(LIBTOOL) $(INSTALL_DATA) libx2sys.la $(libdir); \
fi
++ for i in $(XSYSTEM); do \
++ $(LIBTOOL) $(INSTALL_PROGRAM) $$i$(EXE) $(bindir); \
++ done
uninstall:
+ for i in $(XSYSTEM); do \
@@ -59,7 +55,7 @@
\rm -f *.a