From 47088bfcbaba6a44baa875bb13619e8c3b06187b Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Wed, 21 Mar 2001 16:08:51 +0000 Subject: Update to 2.2.5. Approved by: maintainer --- x11-toolkits/py-wxPython24/files/patch-ab | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 x11-toolkits/py-wxPython24/files/patch-ab (limited to 'x11-toolkits/py-wxPython24/files/patch-ab') diff --git a/x11-toolkits/py-wxPython24/files/patch-ab b/x11-toolkits/py-wxPython24/files/patch-ab deleted file mode 100644 index 91d04cbfe00a..000000000000 --- a/x11-toolkits/py-wxPython24/files/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.orig Fri Dec 8 16:07:15 2000 -+++ Makefile Fri Dec 8 16:48:34 2000 -@@ -0,0 +1,12 @@ -+SUBDIRS= src contrib/stc contrib/ogl -+ -+default: -+ @for dir in $(SUBDIRS); do \ -+ $(MAKE) -C $${dir} default || exit 1; \ -+ done -+ -+install-freebsd: -+ @for dir in $(SUBDIRS); do \ -+ $(MAKE) -C $${dir} install-freebsd || exit 1; \ -+ done -+ -- cgit v1.2.3