diff options
Diffstat (limited to 'mail/libspf2/patches/patch-src_libreplace_ensure__libreplace__symbol.c')
-rw-r--r-- | mail/libspf2/patches/patch-src_libreplace_ensure__libreplace__symbol.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/libspf2/patches/patch-src_libreplace_ensure__libreplace__symbol.c b/mail/libspf2/patches/patch-src_libreplace_ensure__libreplace__symbol.c new file mode 100644 index 00000000000..4ea3bd8ecf8 --- /dev/null +++ b/mail/libspf2/patches/patch-src_libreplace_ensure__libreplace__symbol.c @@ -0,0 +1,8 @@ +$NetBSD: patch-src_libreplace_ensure__libreplace__symbol.c,v 1.1 2013/03/04 17:31:56 jperkin Exp $ + +Ensure that libreplace contains at least one symbol. + +--- /dev/null 2013-03-04 16:59:31.000000000 +0000 ++++ src/libreplace/ensure_libreplace_symbol.c 2013-03-04 16:59:04.796611792 +0000 +@@ -0,0 +1 @@ ++int ensure_libreplace_symbol = 0; |