ports/security/ruby-gpgme/files/patch-extconf.rb
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

9 lines
317 B
Ruby

--- extconf.rb.orig Mon Dec 20 21:35:54 2004
+++ extconf.rb Mon Dec 20 21:36:21 2004
@@ -1,5 +1,5 @@
require 'mkmf'
-if have_library('gpgme', 'gpgme_check_version') and have_header('gpgme.h')
+if have_library('gpgme03', 'gpgme_check_version') and have_header('gpgme03/gpgme.h')
create_makefile ('gpgme_n')
end