freebsd-ports/games/xoj/files/patch-ab
Kevin Lo 1fccb6e211 Fix Imakefile breakage under XFree86 4.x
PR: 22365
Submitted by: Ports Fury
2000-10-28 15:52:08 +00:00

12 lines
256 B
Text

--- Imakefile.orig Tue Jul 26 23:10:17 1994
+++ Imakefile Fri Oct 13 22:40:03 2000
@@ -1,5 +1,8 @@
LOCAL_LIBRARIES = XawClientLibs -lm
DEPLIBS = XawClientDepLibs
-SimpleProgramTarget(xoj)
+SRCS = xoj.c
+OBJS = xoj.o
+
+ComplexProgramTargetNoMan(xoj)