summaryrefslogtreecommitdiff
path: root/databases/xmbase-grok
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-02-12 02:41:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-02-12 02:41:39 +0000
commit8e4233273a1f3657778f2b211b010c524635b041 (patch)
treea1e20e66d52aac5db4386ef3097574f42ea37a3e /databases/xmbase-grok
parentUpgrade to 4.5.10, fix build problem. (diff)
Fix this to use ${MOTIFLIB} properly.
Notes
Notes: svn path=/head/; revision=16637
Diffstat (limited to 'databases/xmbase-grok')
-rw-r--r--databases/xmbase-grok/files/patch-ac13
1 files changed, 11 insertions, 2 deletions
diff --git a/databases/xmbase-grok/files/patch-ac b/databases/xmbase-grok/files/patch-ac
index 1804c6c61b77..7de6fd293f03 100644
--- a/databases/xmbase-grok/files/patch-ac
+++ b/databases/xmbase-grok/files/patch-ac
@@ -1,5 +1,5 @@
---- Imakefile.orig Thu Jul 10 19:33:34 1997
-+++ Imakefile Thu Feb 11 22:30:33 1999
+--- Imakefile.orig Thu Jul 10 10:33:34 1997
++++ Imakefile Thu Feb 11 18:28:52 1999
@@ -10,11 +10,8 @@
* GLIB. The documentation (Manual.ps) is not installed, that's up to you.
*/
@@ -14,6 +14,15 @@
/*
* Do not change anyhting below.
+@@ -23,7 +20,7 @@
+ #ifdef sgi
+ LIB = -lSgm -lXm $(XTOOLLIB) $(XLIB) $(SYSLIBS) $(XMEXTRA_LIBS) -lm
+ #else
+-LIB = -lXm $(XTOOLLIB) $(XLIB) $(SYSLIBS) $(XMEXTRA_LIBS) -lm
++LIB = $(MOTIFLIB) $(XTOOLLIB) $(XLIB) $(SYSLIBS) $(XMEXTRA_LIBS) -lm
+ #endif
+
+ SRC = canvdraw.c cardwin.c chart.c chartdrw.c convert.c dbase.c\
@@ -55,10 +52,10 @@
AllTarget(grok)
NormalProgramTarget(grok,y.tab.o $(SRC:.c=.o),,,$(LIB))