summaryrefslogtreecommitdiff
path: root/security/ruby-ssl/patches/patch-aa
blob: 8e7249b9ce32cc8e4605e214d6b34d275e9d7ce2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2001/07/01 13:43:01 taca Exp $

--- extconf.rb.orig	Sun Mar 11 18:27:17 2001
+++ extconf.rb
@@ -3,7 +3,7 @@
 SSLLIB="ssl"
 
 dir_config("openssl")
-$CFLAGS += "-I/usr/include/openssl "
+$CFLAGS += " -I/usr/include/openssl "
 
 have_library("crypto", nil)