From 15c02b21d1d516d6733c0422cca16733dfff1dd9 Mon Sep 17 00:00:00 2001 From: mph Date: Tue, 16 Feb 1999 21:23:30 +0000 Subject: Honor $(MOTIFLIB). PR: 10070 Submitted by: myself --- misc/xquote/files/patch-ad | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/xquote/files/patch-ad (limited to 'misc') diff --git a/misc/xquote/files/patch-ad b/misc/xquote/files/patch-ad new file mode 100644 index 0000000..67f9c4a --- /dev/null +++ b/misc/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 \ -- cgit v1.1