diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-28 03:30:27 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-28 03:30:27 +0800 |
commit | 71003b17e75b35f6f15aa10a7b8da0c9c2bbcfa5 (patch) | |
tree | 49610605747a92983134e666c18e6d4c72ede920 /finance/xinvest | |
parent | 9d958367f8427329c6aeef1deda1bb570a3fb92e (diff) | |
download | freebsd-ports-gnome-71003b17e75b35f6f15aa10a7b8da0c9c2bbcfa5.tar.gz freebsd-ports-gnome-71003b17e75b35f6f15aa10a7b8da0c9c2bbcfa5.tar.zst freebsd-ports-gnome-71003b17e75b35f6f15aa10a7b8da0c9c2bbcfa5.zip |
support MOTIFLIB
Diffstat (limited to 'finance/xinvest')
-rw-r--r-- | finance/xinvest/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/finance/xinvest/files/patch-ac b/finance/xinvest/files/patch-ac new file mode 100644 index 000000000000..97aaee60aea8 --- /dev/null +++ b/finance/xinvest/files/patch-ac @@ -0,0 +1,11 @@ +--- Imakefile.orig Tue Apr 27 12:27:54 1999 ++++ Imakefile Tue Apr 27 12:28:19 1999 +@@ -11,7 +11,7 @@ + + DEFINES = -DSHAPE + INCLUDES = -I$(INCROOT)/X11 +-SYS_LIBRARIES = -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm ++SYS_LIBRARIES = -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm ${MOTIFLIB} + DEPLIBS = + + SRCS = account.c askuser.c calendar.c color.c drawing.c \ |