diff options
Diffstat (limited to 'games/xoj/files/patch-Imakefile')
-rw-r--r-- | games/xoj/files/patch-Imakefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xoj/files/patch-Imakefile b/games/xoj/files/patch-Imakefile new file mode 100644 index 000000000000..d8fab9c64ba3 --- /dev/null +++ b/games/xoj/files/patch-Imakefile @@ -0,0 +1,12 @@ +--- 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) + |