summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wxPython/files/patch-ad
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-21 02:19:46 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-21 02:19:46 +0000
commit156129328bb3b79087bde9ad24a4020bc8de03af (patch)
tree0c7a9c4a5efd56688db8479da66a81f84a866188 /x11-toolkits/py-wxPython/files/patch-ad
parentfix SSL support. (diff)
Rename patchfile with overly long name to something more short, so that it
doesn't break filename limit in cpio(1) (cpio is used in release process). I donno why cpio(1) doesn't respect NAME_MAX. Submitted by: re
Notes
Notes: svn path=/head/; revision=53426
Diffstat (limited to 'x11-toolkits/py-wxPython/files/patch-ad')
-rw-r--r--x11-toolkits/py-wxPython/files/patch-ad14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/py-wxPython/files/patch-ad b/x11-toolkits/py-wxPython/files/patch-ad
new file mode 100644
index 000000000000..d96d78f3d2bd
--- /dev/null
+++ b/x11-toolkits/py-wxPython/files/patch-ad
@@ -0,0 +1,14 @@
+
+$FreeBSD: /tmp/pcvs/ports/x11-toolkits/py-wxPython/files/Attic/patch-ad,v 1.1 2002-01-21 02:19:46 sobomax Exp $
+
+--- contrib/stc/contrib/src/stc/scintilla/src/PosRegExp.cxx 2001/11/27 12:10:53 1.1
++++ contrib/stc/contrib/src/stc/scintilla/src/PosRegExp.cxx 2001/11/27 12:12:05
+@@ -1,7 +1,7 @@
+ #include <string.h>
+ #include <stdio.h>
+ #include <ctype.h>
+-#include <malloc.h>
++#include <stdlib.h>
+
+ #include "PosRegExp.h"
+