blob: 868711b9901e97a9c92b7b7855fbb1f8857ccc99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ab,v 1.3 1998/08/07 11:18:23 agc Exp $
--- Imakefile.orig Wed Dec 16 00:04:35 1992
+++ Imakefile Mon Oct 27 11:52:06 1997
@@ -2,10 +2,16 @@
LOCAL_LIBRARIES = $(XLIB)
DEPLIBS = $(DEPXLIB)
SYS_LIBRARIES = -lm
- CDEBUGFLAGS = -g
+XCOMM CDEBUGFLAGS = -g
SRCS = xfish.c medcut.c read.c gifread.c
OBJS = xfish.o medcut.o read.o gifread.o
+
+XCOMM agc - there's no man page in this piece of software,
+XCOMM so fool imake, by redefining the InstallManPageLong macro
+
+#undef InstallManPageLong
+#define InstallManPageLong(file,destdir,dest)
ComplexProgramTarget(xfishtank)
|