summaryrefslogtreecommitdiff
path: root/graphics/GMT/patches/patch-ax
blob: ec00ed2e53cd9a8fb820021339d052c3b1a5edb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
$NetBSD: patch-ax,v 1.2 2001/04/19 20:51:33 jtb Exp $

--- Makefile.orig	Wed Apr 18 09:22:35 2001
+++ Makefile
@@ -62,7 +62,7 @@
 #	!! STOP EDITING HERE, THE REST IS FIXED !!
 #-------------------------------------------------------------------------------
 
-SUPPL	=	cps dbase gshhs imgsrc meca mex mgg misc segyprogs spotter x2sys x_system xgrid
+SUPPL	=	cps dbase gshhs imgsrc meca mgg misc segyprogs spotter x2sys x_system xgrid
 SUPPL_M	=	cps dbase imgsrc meca mgg misc segyprogs spotter x2sys x_system
 
 all:		gmt suppl
@@ -85,7 +85,7 @@
 		$(MAKE) uninstall; \
 		cd ..
 
-suppl:		gmtmacros mex_config xgrid_config
+suppl:		gmtmacros xgrid_config
 		for d in $(SUPPL); do \
 			if [ -d src/$$d ] && [ ! -f src/$$d/.skip ]; then \
 				cd src/$$d; \
@@ -109,7 +109,7 @@
 			\rm -f config.{cache,log,status}; \
 			./configure; \
 		fi
-		
+
 xgrid_config:	
 		if [ ! -f src/xgrid/makefile ]; then \
 			cd src/xgrid; \
@@ -227,7 +227,7 @@
 		else \
 			echo "Install wrapper man directory the same as distribution man directory - nothing installed"; \
 		fi
-		
+
 run-examples:
 		if [ -d examples ]; then \
 			cd examples; \