summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2015-07-02 12:41:39 +0000
committerwiz <wiz>2015-07-02 12:41:39 +0000
commit7b3647c288d1d4296ed7f69a07e01e4f3465ada2 (patch)
tree360544062cb6f6d646c3344aae1c6295ca68336a /x11
parent61ca5ca0c991ea2b285e3a08158d226f4950b67f (diff)
downloadpkgsrc-7b3647c288d1d4296ed7f69a07e01e4f3465ada2.tar.gz
Remove obsolete patch.
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver/patches/patch-Makefile.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/x11/xscreensaver/patches/patch-Makefile.in b/x11/xscreensaver/patches/patch-Makefile.in
deleted file mode 100644
index 5625265f1b0..00000000000
--- a/x11/xscreensaver/patches/patch-Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-Makefile.in,v 1.1 2013/11/11 13:07:23 obache Exp $
-
-* remove gmake-izm
-
---- Makefile.in.orig 2013-02-05 06:46:07.000000000 +0000
-+++ Makefile.in
-@@ -19,8 +19,8 @@ TARFILES = README README.hacking README.
-
- TAR = tar
-
--MAKE_SUBDIR = for dir in $(SUBDIRS); do $(MAKE) -C $$dir $@ || exit 5; done
--MAKE_SUBDIR2 = for dir in $(SUBDIRS2); do $(MAKE) -C $$dir $@ || exit 5; done
-+MAKE_SUBDIR = for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $@) || exit 5; done
-+MAKE_SUBDIR2 = for dir in $(SUBDIRS2); do (cd $$dir && $(MAKE) $@) || exit 5; done
-
- default::
- @$(MAKE_SUBDIR)