diff options
Diffstat (limited to 'x11-wm/scwm/files/patch-af')
-rw-r--r-- | x11-wm/scwm/files/patch-af | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/x11-wm/scwm/files/patch-af b/x11-wm/scwm/files/patch-af index a1a35b3..94d26c0 100644 --- a/x11-wm/scwm/files/patch-af +++ b/x11-wm/scwm/files/patch-af @@ -1,11 +1,20 @@ ---- utilities/Makefile.in.orig Wed Apr 7 07:54:19 1999 -+++ utilities/Makefile.in Wed Apr 7 07:54:27 1999 -@@ -105,7 +105,7 @@ - x_ldflags = @x_ldflags@ - x_libs = @x_libs@ +--- utilities/Makefile.in.orig Wed Sep 15 08:50:28 1999 ++++ utilities/Makefile.in Mon Sep 27 10:46:22 1999 +@@ -129,7 +129,7 @@ + @DL_SUPPORT_TRUE@PIDPROPERTY_SUBDIR = pidproperty + @DL_SUPPORT_FALSE@PIDPROPERTY_SUBDIR = --SUBDIRS = dev emacs libscwmexec scwmexec scwmrepl -+SUBDIRS = dev libscwmexec scwmexec scwmrepl +-SUBDIRS = dev emacs libscwmexec scwmexec scwmrepl run-renamed misc $(PIDPROPERTY_SUBDIR) ++SUBDIRS = dev libscwmexec scwmexec scwmrepl run-renamed misc $(PIDPROPERTY_SUBDIR) mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../include/config.h CONFIG_CLEAN_FILES = +@@ -140,7 +140,7 @@ + + TAR = gtar + GZIP_ENV = --best +-DIST_SUBDIRS = dev emacs libscwmexec scwmexec scwmrepl run-renamed misc \ ++DIST_SUBDIRS = dev libscwmexec scwmexec scwmrepl run-renamed misc \ + pidproperty + all: all-redirect + .SUFFIXES: |