diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-28 15:20:50 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-28 15:20:50 +0000 |
commit | b768ef5d2498bc51852a1b76c1339e6bf0a560c4 (patch) | |
tree | 6c93e4047d3ca3e15e0b38879e9ec60a4d3d2989 /deskutils | |
parent | 7b9cb0f02959e87aff656fdaf5d09f8bfb37c1c4 (diff) | |
download | ports-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 'deskutils')
-rw-r--r-- | deskutils/xinvest/files/patch-ac | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/deskutils/xinvest/files/patch-ac b/deskutils/xinvest/files/patch-ac index 97aaee60aea8..1f4ef14afa8e 100644 --- a/deskutils/xinvest/files/patch-ac +++ b/deskutils/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) |