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 | |
| parent | 7b9cb0f02959e87aff656fdaf5d09f8bfb37c1c4 (diff) | |
Fix Imakefile breakage under XFree86 4.x
PR: 22362
Submitted by: Ports Fury
| -rw-r--r-- | deskutils/xinvest/files/patch-ac | 11 | ||||
| -rw-r--r-- | finance/xinvest/files/patch-ac | 11 |
2 files changed, 18 insertions, 4 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) 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) |
