summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-27 19:30:27 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-27 19:30:27 +0000
commit29ea84915bb9b9f594d93103cc5b34c8427e9fac (patch)
treeef40d1e40675648ce99f30c5d81f33dd08d81df4 /finance
parentRemove include/bitmap directory on deinstall. (diff)
support MOTIFLIB
Notes
Notes: svn path=/head/; revision=18170
Diffstat (limited to 'finance')
-rw-r--r--finance/xinvest/files/patch-ac11
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 \