1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/audio/pianobar/files/patch-crypt.c
Josh Paetzel 9e09a439b9 Update to 2012.05.06
PR:	ports/167889
Submitted by:	John Hixson
Sponsored by:	iXsystems
2012-05-14 23:43:18 +00:00

11 lines
281 B
C

--- src/libpiano/crypt.c.orig 2012-05-06 07:33:54.000000000 -0700
+++ src/libpiano/crypt.c 2012-05-12 19:42:13.000000000 -0700
@@ -23,6 +23,7 @@
#include <string.h>
#include <assert.h>
+#define _GCRYPT_IN_LIBGCRYPT
#include <gcrypt.h>
#include <stdio.h>
#include <stdlib.h>