diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-27 19:30:27 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-27 19:30:27 +0000 |
commit | 29ea84915bb9b9f594d93103cc5b34c8427e9fac (patch) | |
tree | ef40d1e40675648ce99f30c5d81f33dd08d81df4 /finance/xinvest | |
parent | 1db0bfe9751ffc683a0c0ea5bf11904522f26277 (diff) | |
download | ports-29ea84915bb9b9f594d93103cc5b34c8427e9fac.tar.gz ports-29ea84915bb9b9f594d93103cc5b34c8427e9fac.zip |
Notes
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 \ |