diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/ample/files/patch-src_base64.c | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=419133
Diffstat (limited to 'audio/ample/files/patch-src_base64.c')
-rw-r--r-- | audio/ample/files/patch-src_base64.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/ample/files/patch-src_base64.c b/audio/ample/files/patch-src_base64.c new file mode 100644 index 000000000000..ede078f12584 --- /dev/null +++ b/audio/ample/files/patch-src_base64.c @@ -0,0 +1,11 @@ +--- src/base64.c.orig 2003-11-25 09:28:56 UTC ++++ src/base64.c +@@ -18,6 +18,8 @@ + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + ++#include <config.h> ++ + #include <stdlib.h> + #include <string.h> + #ifdef HAVE_SYS_TYPES_H |