aboutsummaryrefslogtreecommitdiff
path: root/finance/xinvest
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-10-28 15:20:50 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-10-28 15:20:50 +0000
commitb768ef5d2498bc51852a1b76c1339e6bf0a560c4 (patch)
tree6c93e4047d3ca3e15e0b38879e9ec60a4d3d2989 /finance/xinvest
parent7b9cb0f02959e87aff656fdaf5d09f8bfb37c1c4 (diff)
downloadports-b768ef5d2498bc51852a1b76c1339e6bf0a560c4.tar.gz
ports-b768ef5d2498bc51852a1b76c1339e6bf0a560c4.zip
Fix Imakefile breakage under XFree86 4.x
PR: 22362 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=34361
Diffstat (limited to 'finance/xinvest')
-rw-r--r--finance/xinvest/files/patch-ac11
1 files changed, 9 insertions, 2 deletions
diff --git a/finance/xinvest/files/patch-ac b/finance/xinvest/files/patch-ac
index 97aaee60aea8..1f4ef14afa8e 100644
--- a/finance/xinvest/files/patch-ac
+++ b/finance/xinvest/files/patch-ac
@@ -1,5 +1,5 @@
---- Imakefile.orig Tue Apr 27 12:27:54 1999
-+++ Imakefile Tue Apr 27 12:28:19 1999
+--- Imakefile.orig Tue Sep 23 08:50:46 1997
++++ Imakefile Thu Oct 26 03:46:58 2000
@@ -11,7 +11,7 @@
DEFINES = -DSHAPE
@@ -9,3 +9,10 @@
DEPLIBS =
SRCS = account.c askuser.c calendar.c color.c drawing.c \
+@@ -25,5 +25,5 @@
+ util.o xinvest.o xutil.o
+
+
+-ComplexProgramTarget(Xinvest)
++ComplexProgramTargetNoMan(Xinvest)
+ InstallAppDefaults(Xinvest)