diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-14 21:53:24 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-14 21:53:24 +0000 |
commit | c9f70cd475c875f80c08a1f0b45ae9e82f854e1d (patch) | |
tree | df4c968b2a46de0ea4bab8bfe165819c77d30529 /graphics/xpx | |
parent | 22a1b794f51f37751564643f0ac3f731a881efc2 (diff) |
Notes
Diffstat (limited to 'graphics/xpx')
-rw-r--r-- | graphics/xpx/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xpx/files/patch-aa b/graphics/xpx/files/patch-aa new file mode 100644 index 000000000000..d44b8c2e6423 --- /dev/null +++ b/graphics/xpx/files/patch-aa @@ -0,0 +1,11 @@ +--- Imakefile.orig Mon Apr 29 19:36:34 1996 ++++ Imakefile Wed Nov 1 10:36:24 2000 +@@ -32,7 +32,7 @@ + + SYS_LIBRARIES = $(XLIB) + +-ComplexProgramTarget(xpx) ++ComplexProgramTargetNoMan(xpx) + + $(OBJS) : $(HEADERS) + |