1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/finance/xquote/files/patch-ad
Matthew Hunt 6da258ca53 Honor $(MOTIFLIB).
PR:		10070
Submitted by:	myself
1999-02-16 21:23:30 +00:00

12 lines
390 B
Plaintext

--- 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 \