summaryrefslogtreecommitdiff
path: root/graphics/GMT/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/GMT/patches/patch-al')
-rw-r--r--graphics/GMT/patches/patch-al18
1 files changed, 11 insertions, 7 deletions
diff --git a/graphics/GMT/patches/patch-al b/graphics/GMT/patches/patch-al
index 4b4e017dbc2..39c516598bf 100644
--- a/graphics/GMT/patches/patch-al
+++ b/graphics/GMT/patches/patch-al
@@ -1,7 +1,7 @@
-$NetBSD: patch-al,v 1.2 2001/04/19 20:51:32 jtb Exp $
+$NetBSD: patch-al,v 1.3 2001/04/20 17:16:19 jtb Exp $
---- ./src/mgg/makefile.orig Wed Apr 11 19:58:09 2001
-+++ ./src/mgg/makefile
+--- src/mgg/makefile.orig Wed Apr 11 19:58:09 2001
++++ src/mgg/makefile
@@ -22,7 +22,7 @@
include ../makegmt.macros
@@ -11,13 +11,13 @@ $NetBSD: patch-al,v 1.2 2001/04/19 20:51:32 jtb Exp $
MGG_H = gmt_mgg.h
-@@ -45,16 +45,13 @@
+@@ -44,18 +44,15 @@
+ #-------------------------------------------------------------------------------
install: all
- for i in $(MGG); do \
+- for i in $(MGG); do \
- $(INSTALL) $$i$(EXE) $(bindir); \
-+ $(LIBTOOL) $(INSTALL_PROGRAM) $$i$(EXE) $(bindir); \
- done
+- done
if [ ! -d $(libdir) ]; then \
mkdir -p $(libdir); \
fi
@@ -28,8 +28,12 @@ $NetBSD: patch-al,v 1.2 2001/04/19 20:51:32 jtb Exp $
- fi; \
+ $(LIBTOOL) $(INSTALL_DATA) libgmt_mgg.la $(libdir); \
fi
++ for i in $(MGG); do \
++ $(LIBTOOL) $(INSTALL_PROGRAM) $$i$(EXE) $(bindir); \
++ done
uninstall:
+ for i in $(MGG); do \
@@ -82,8 +79,7 @@
#-------------------------------------------------------------------------------