diff options
Diffstat (limited to 'x11/fvwm95/patches/patch-af')
-rw-r--r-- | x11/fvwm95/patches/patch-af | 36 |
1 files changed, 27 insertions, 9 deletions
diff --git a/x11/fvwm95/patches/patch-af b/x11/fvwm95/patches/patch-af index 2d5712d2da9..f827ac2478e 100644 --- a/x11/fvwm95/patches/patch-af +++ b/x11/fvwm95/patches/patch-af @@ -1,11 +1,29 @@ ---- xpmroot/Makefile.in.orig Tue Sep 10 20:36:19 1996 -+++ xpmroot/Makefile.in Wed Mar 11 00:08:21 1998 -@@ -24,7 +24,7 @@ - INSTALL_PROGRAM=@INSTALL_PROGRAM@ - RM=@RM@ +--- configure.orig Tue Dec 10 17:55:16 1996 ++++ configure Wed Mar 25 00:22:14 1998 +@@ -2247,7 +2247,6 @@ + libs/Makefile \ + mini-icons/Makefile \ + utils/Makefile \ +- xpmroot/Makefile \ + sample.fvwmrc/Makefile \ + modules/Makefile \ + modules/FvwmAudio/Makefile \ +@@ -2329,7 +2328,6 @@ + libs/Makefile \ + mini-icons/Makefile \ + utils/Makefile \ +- xpmroot/Makefile \ + sample.fvwmrc/Makefile \ + modules/Makefile \ + modules/FvwmAudio/Makefile \ +--- Makefile.in.orig Tue Jun 25 18:26:47 1996 ++++ Makefile.in Wed Mar 25 00:21:32 1998 +@@ -10,7 +10,7 @@ --PROG=xpmroot -+PROG=xpmroot95 + prefix=@prefix@ + exec_prefix=@exec_prefix@ +-subdirs=libs fvwm modules utils sample.fvwmrc xpmroot icons mini-icons ++subdirs=libs fvwm modules utils sample.fvwmrc icons mini-icons + + CFLAGS = -O - SRCS = xpmroot.c - OBJS = xpmroot.o |