diff options
author | Motoyuki Konno <motoyuki@FreeBSD.org> | 2002-04-08 11:25:23 +0000 |
---|---|---|
committer | Motoyuki Konno <motoyuki@FreeBSD.org> | 2002-04-08 11:25:23 +0000 |
commit | 65f74041b777797b7d68137bd210416445eb5049 (patch) | |
tree | 9cac46d819305663713f287017070ccd1e08e985 | |
parent | iconv binary now calles `iconv', not `giconv'. (diff) |
Fix build problem on XFree86 4.X.
Notes
Notes:
svn path=/head/; revision=57430
-rw-r--r-- | graphics/lfview/files/patch-ab | 8 | ||||
-rw-r--r-- | graphics/lfview/files/patch-ac | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/graphics/lfview/files/patch-ab b/graphics/lfview/files/patch-ab new file mode 100644 index 000000000000..3186422bc8dc --- /dev/null +++ b/graphics/lfview/files/patch-ab @@ -0,0 +1,8 @@ +--- Imakefile.old Sat Aug 12 23:36:44 2000 ++++ Imakefile Tue Apr 10 08:50:47 2001 +@@ -19,4 +19,4 @@ + MakeSubdirs($(SUBDIRS)) + XCOMM DependSubdirs($(SUBDIRS)) + +-ComplexProgramTarget(lfview) ++ComplexProgramTargetNoMan(lfview) diff --git a/graphics/lfview/files/patch-ac b/graphics/lfview/files/patch-ac new file mode 100644 index 000000000000..130e47afa795 --- /dev/null +++ b/graphics/lfview/files/patch-ac @@ -0,0 +1,7 @@ +--- plugins/Imakefile.old Sat Aug 12 23:36:44 2000 ++++ plugins/Imakefile Tue Apr 10 08:59:54 2001 +@@ -1,3 +1,4 @@ ++#include <Library.tmpl> + #include "../config.tmpl" + XCOMM CFLAGS+= $(CDEBUGFLAGS) -DDEBUG + CFLAGS+= -Wall $(CDEBUGFLAGS) -DDEBUG |