summaryrefslogtreecommitdiff
path: root/security/libgpg-error
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-10-10 22:54:44 +0000
committerwiz <wiz@pkgsrc.org>2014-10-10 22:54:44 +0000
commitf51c1ff08841c5788919bf52b145659c7f78a98d (patch)
tree833791e96397ceb24f446171fe3365c55ae483c4 /security/libgpg-error
parent565b1b552e2e6af5957fb63d719181a12a03cef9 (diff)
downloadpkgsrc-f51c1ff08841c5788919bf52b145659c7f78a98d.tar.gz
Remove unneeded patch.
Diffstat (limited to 'security/libgpg-error')
-rw-r--r--security/libgpg-error/patches/patch-src_gpgrt-int.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/security/libgpg-error/patches/patch-src_gpgrt-int.h b/security/libgpg-error/patches/patch-src_gpgrt-int.h
deleted file mode 100644
index 101733bec5e..00000000000
--- a/security/libgpg-error/patches/patch-src_gpgrt-int.h
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-src_gpgrt-int.h,v 1.1 2014/09/16 23:17:49 tron Exp $
-
-Fix build under Mac OS X.
-
-Patch taken from GIT commit <e1882ee8c541020ec590bf096508ca5b6d2ab944>.
-
---- src/gpgrt-int.h.orig 2014-09-11 10:39:04.000000000 +0100
-+++ src/gpgrt-int.h 2014-09-17 00:14:02.000000000 +0100
-@@ -105,9 +105,9 @@
-
- int _gpgrt_fflush (gpgrt_stream_t stream);
- int _gpgrt_fseek (gpgrt_stream_t stream, long int offset, int whence);
--int _gpgrt_fseeko (gpgrt_stream_t stream, off_t offset, int whence);
-+int _gpgrt_fseeko (gpgrt_stream_t stream, gpgrt_off_t offset, int whence);
- long int _gpgrt_ftell (gpgrt_stream_t stream);
--off_t _gpgrt_ftello (gpgrt_stream_t stream);
-+gpgrt_off_t _gpgrt_ftello (gpgrt_stream_t stream);
- void _gpgrt_rewind (gpgrt_stream_t stream);
-
- int _gpgrt_fgetc (gpgrt_stream_t stream);