diff options
Diffstat (limited to 'x11-toolkits/py-wxPython24/files/patch-ab')
-rw-r--r-- | x11-toolkits/py-wxPython24/files/patch-ab | 15 |
1 files changed, 0 insertions, 15 deletions
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 -+ |