diff options
author | mph <mph@FreeBSD.org> | 1999-02-16 21:23:30 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1999-02-16 21:23:30 +0000 |
commit | 15c02b21d1d516d6733c0422cca16733dfff1dd9 (patch) | |
tree | 121a14e86a03758beb4fe1b9343a5dd509d6ede9 /misc | |
parent | 1299ef5bf648de8ec2078be60fddf89e1c83a88f (diff) | |
download | FreeBSD-ports-15c02b21d1d516d6733c0422cca16733dfff1dd9.zip FreeBSD-ports-15c02b21d1d516d6733c0422cca16733dfff1dd9.tar.gz |
Honor $(MOTIFLIB).
PR: 10070
Submitted by: myself
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xquote/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
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 \ |