diff options
author | motoyuki <motoyuki@FreeBSD.org> | 2002-04-08 19:25:23 +0800 |
---|---|---|
committer | motoyuki <motoyuki@FreeBSD.org> | 2002-04-08 19:25:23 +0800 |
commit | 38c49fecad782904f47aa4d13dc2c04d4017e16a (patch) | |
tree | 0b87981e5b2e3f3af0dfabb74df4d4ba02a411a3 /graphics | |
parent | 1b7080728d021648b7f5d4d49c9f63761f88aaab (diff) | |
download | freebsd-ports-gnome-38c49fecad782904f47aa4d13dc2c04d4017e16a.tar.gz freebsd-ports-gnome-38c49fecad782904f47aa4d13dc2c04d4017e16a.tar.zst freebsd-ports-gnome-38c49fecad782904f47aa4d13dc2c04d4017e16a.zip |
Fix build problem on XFree86 4.X.
Diffstat (limited to 'graphics')
-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 |