xfishtank (2.2-25.1) Imakefile

Summary

 Imakefile |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

    
download this patch

Patch contents

--- xfishtank-2.2.orig/Imakefile
+++ xfishtank-2.2/Imakefile
@@ -2,10 +2,11 @@
 LOCAL_LIBRARIES = $(XLIB)
         DEPLIBS = $(DEPXLIB)
   SYS_LIBRARIES = -lm
-    CDEBUGFLAGS = -g
+    CDEBUGFLAGS = -O3
+    MANSRCSUFFIX=1x
 
-           SRCS = xfish.c medcut.c read.c gifread.c
-           OBJS = xfish.o medcut.o read.o gifread.o
+           SRCS = xfish.c medcut.c read.c
+           OBJS = xfish.o medcut.o read.o
 
 ComplexProgramTarget(xfishtank)