freebsd-ports/security/ruby-gpgme/files/patch-gpgme_n.c
Clement Laforet 7ef18bc031 - Rework gpgme03 port to avoid conflict with gpgme 1.0
- Make ports depending on it use new layout
- Bump PORTREVISION (except elmo*)

Approved by:	portmgr (marcus)
2004-12-21 08:59:42 +00:00

11 lines
265 B
C

--- gpgme_n.c.orig Mon Dec 20 21:38:14 2004
+++ gpgme_n.c Mon Sep 29 21:35:59 2003
@@ -34,7 +34,7 @@
this purpose. */
#include "ruby.h"
-#include "gpgme.h"
+#include "gpgme03/gpgme.h"
/* StringValuePtr is not available in 1.6. */
#ifndef StringValuePtr