openbsd-ports/x11/xsnow/patches/patch-Imakefile

15 lines
412 B
Plaintext

$OpenBSD: patch-Imakefile,v 1.1 2004/07/07 14:38:23 naddy Exp $
--- Imakefile.orig Sun Dec 16 00:11:23 2001
+++ Imakefile Tue Jul 6 22:23:35 2004
@@ -1,7 +1,9 @@
SYS_LIBRARIES = -lm -lXpm
LOCAL_LIBRARIES = $(XLIB)
DEPLIBS = $(DEPXLIB)
-SRCS = xsnow.c toon_root.c xsnow.h vroot.h
+HEADERS = xsnow.h vroot.h
+SRCS = xsnow.c toon_root.c
OBJS = xsnow.o toon_root.o
+MANSUFFIX = 6
ComplexProgramTarget(xsnow)