diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-21 02:19:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-21 02:19:46 +0000 |
commit | 156129328bb3b79087bde9ad24a4020bc8de03af (patch) | |
tree | 0c7a9c4a5efd56688db8479da66a81f84a866188 /x11-toolkits/py-wxPython/files/patch-ad | |
parent | fix 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-ad | 14 |
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" + |