summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1999-02-16 21:23:30 +0000
committerMatthew Hunt <mph@FreeBSD.org>1999-02-16 21:23:30 +0000
commit6da258ca539792e25e1a35aeff6ed69793440a19 (patch)
treecaa93e90dbfc27bdfe5779b02400aa5f339a7c69 /finance
parentfix errors in ru.po (posted to mutt-dev) (diff)
Honor $(MOTIFLIB).
PR: 10070 Submitted by: myself
Notes
Notes: svn path=/head/; revision=16738
Diffstat (limited to 'finance')
-rw-r--r--finance/xquote/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/finance/xquote/files/patch-ad b/finance/xquote/files/patch-ad
new file mode 100644
index 000000000000..67f9c4a5d2d8
--- /dev/null
+++ b/finance/xquote/files/patch-ad
@@ -0,0 +1,11 @@
+--- Imakefile.orig Sat Feb 13 16:01:41 1999
++++ Imakefile Sat Feb 13 16:02:13 1999
+@@ -13,7 +13,7 @@
+
+ DEFINES = -DSHAPE -DXQUOTE
+ INCLUDES = -I$(INCROOT)/X11
+-SYS_LIBRARIES = -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
++SYS_LIBRARIES = $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
+ DEPLIBS =
+
+ SRCS = about.c color.c file.c help.c optdetail.c option.c optnet.c \