diff options
Diffstat (limited to '')
-rw-r--r-- | sysutils/wmmount/files/patch-ac | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/wmmount/files/patch-ac b/sysutils/wmmount/files/patch-ac index 892b12789c17..69c2fed5110b 100644 --- a/sysutils/wmmount/files/patch-ac +++ b/sysutils/wmmount/files/patch-ac @@ -1,6 +1,6 @@ ---- Imakefile.orig Fri Jun 18 04:41:41 1999 -+++ Imakefile Tue Jun 27 22:55:53 2000 -@@ -1,7 +1,9 @@ +--- Imakefile.orig Fri Jun 18 04:41:41 1999 ++++ Imakefile Wed Nov 1 09:04:52 2000 +@@ -1,9 +1,11 @@ DEPLIBS = $(DEPXLIB) XPMLIB = -lXpm @@ -11,3 +11,6 @@ SRCS = dockapp.c wmmount.c OBJS = dockapp.o wmmount.o + +-ComplexProgramTarget(wmmount) ++ComplexProgramTargetNoMan(wmmount) |