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
commit81c22085ae0cb144fcf4a762151f47563786a37a (patch)
tree833791e96397ceb24f446171fe3365c55ae483c4 /security
parent0fbac4c1492dceca8e626cb814e838483b158276 (diff)
downloadpkgsrc-81c22085ae0cb144fcf4a762151f47563786a37a.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);