mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
New site to download the upstream package. Current maintainer yields maintainership in favor of reporter. While here, remake patches with makepatch. PR: 243086 Submitted by: kidon@posteo.de Reviewed by: jacs@gnome.co.uk
17 lines
434 B
Text
17 lines
434 B
Text
--- Imakefile.orig 1992-12-16 00:04:35 UTC
|
|
+++ Imakefile
|
|
@@ -2,12 +2,12 @@
|
|
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
|
|
|
|
-ComplexProgramTarget(xfishtank)
|
|
+ComplexProgramTargetNoMan(xfishtank)
|
|
|
|
xfishy.h: makeh FishList
|
|
./makeh > xfishy.h
|