summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm24/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/fvwm24/files')
-rw-r--r--x11-wm/fvwm24/files/patch-ad11
-rw-r--r--x11-wm/fvwm24/files/patch-fvwm::Makefile.in12
-rw-r--r--x11-wm/fvwm24/files/patch-modules::FvwmM4::FvwmM4.c11
-rw-r--r--x11-wm/fvwm24/files/patch-utils::Makefile.in12
4 files changed, 0 insertions, 46 deletions
diff --git a/x11-wm/fvwm24/files/patch-ad b/x11-wm/fvwm24/files/patch-ad
deleted file mode 100644
index 2497c3e5458d..000000000000
--- a/x11-wm/fvwm24/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/FvwmCommand/FvwmCommand.c.orig Wed Jul 4 22:35:50 2001
-+++ modules/FvwmCommand/FvwmCommand.c Wed Jul 4 22:35:52 2001
-@@ -927,7 +927,7 @@
- {
- printf( " %-20s x %ld, y %ld, desk %ld, max x %ld, max y %ld\n",
- "new page",
-- body[0], body[1], body[2], body[3], body[4]);
-+ body[0], body[0], body[2], body[3], body[4]);
- }
-
- /*************************************************************************
diff --git a/x11-wm/fvwm24/files/patch-fvwm::Makefile.in b/x11-wm/fvwm24/files/patch-fvwm::Makefile.in
deleted file mode 100644
index ea1216bfefa5..000000000000
--- a/x11-wm/fvwm24/files/patch-fvwm::Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- fvwm/Makefile.in.orig 2006-12-09 12:11:00.000000000 +0000
-+++ fvwm/Makefile.in 2008-12-06 14:17:03.000000000 +0000
-@@ -619,8 +619,7 @@
-
- install-data-local:
- @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm.1 || true
-- @$(NEW_NAME_SYMLINKS) $(LN_S) fvwm2.1 $(DESTDIR)$(mandir)/man1/fvwm.1 || \
-- echo "Warning: $(mandir)/man1/fvwm.1 symlink was not created"
-+
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
diff --git a/x11-wm/fvwm24/files/patch-modules::FvwmM4::FvwmM4.c b/x11-wm/fvwm24/files/patch-modules::FvwmM4::FvwmM4.c
deleted file mode 100644
index 9a104c20023f..000000000000
--- a/x11-wm/fvwm24/files/patch-modules::FvwmM4::FvwmM4.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/FvwmM4/FvwmM4.c.orig Wed Nov 21 17:46:27 2001
-+++ modules/FvwmM4/FvwmM4.c Wed Nov 21 17:47:06 2001
-@@ -71,7 +71,7 @@
- int m4_prefix_defines; /* Add "m4_" to the names of the defines */
- char m4_options[BUFSIZ]; /* Command line options to m4 */
- char m4_outfile[BUFSIZ] = ""; /* The output filename for m4 */
--char *m4_prog = "m4"; /* Name of the m4 program */
-+char *m4_prog = "%%LOCALBASE%%/bin/gm4"; /* Name of the m4 program */
- int m4_default_quotes; /* Use default m4 quotes */
- char *m4_startquote = "`"; /* Left quote characters for m4 */
- char *m4_endquote = "'"; /* Right quote characters for m4 */
diff --git a/x11-wm/fvwm24/files/patch-utils::Makefile.in b/x11-wm/fvwm24/files/patch-utils::Makefile.in
deleted file mode 100644
index bbe2aaeeb103..000000000000
--- a/x11-wm/fvwm24/files/patch-utils::Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- utils/Makefile.in.orig 2006-12-09 12:11:12.000000000 +0000
-+++ utils/Makefile.in 2008-12-06 14:17:41.000000000 +0000
-@@ -623,8 +623,7 @@
-
- install-data-local:
- @$(NEW_NAME_SYMLINKS) rm -f $(DESTDIR)$(mandir)/man1/fvwm-root.1 || true
-- @$(NEW_NAME_SYMLINKS) $(LN_S) xpmroot.1 $(DESTDIR)$(mandir)/man1/fvwm-root.1 || \
-- echo "Warning: $(mandir)/man1/fvwm-root.1 symlink was not created"
-+
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT: