summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2014-10-10 22:54:44 +0000
committerwiz <wiz>2014-10-10 22:54:44 +0000
commitaea46eb3ada9cc5eb023a1936567f76399ad2a52 (patch)
tree833791e96397ceb24f446171fe3365c55ae483c4 /security
parent191f07f8e3e5f8eea3871972c2d316184e1469e4 (diff)
downloadpkgsrc-aea46eb3ada9cc5eb023a1936567f76399ad2a52.tar.gz
Remove unneeded patch.
Diffstat (limited to 'security')
-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);