diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-27 09:04:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-27 09:04:20 +0000 |
commit | decf876ef5564d29195b878dff1164cbfd4f82b8 (patch) | |
tree | 124f8b05f5e3e66d4f75bf7fd227ae314bfb2f16 /net/p5-Socket-Class | |
parent | 8ca6393dd40544d9c095d7a52c31e5bcdc2b1e85 (diff) | |
download | ports-decf876ef5564d29195b878dff1164cbfd4f82b8.tar.gz ports-decf876ef5564d29195b878dff1164cbfd4f82b8.zip |
Notes
Diffstat (limited to 'net/p5-Socket-Class')
-rw-r--r-- | net/p5-Socket-Class/files/patch-xs_sc__ssl_Makefile.PL | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/p5-Socket-Class/files/patch-xs_sc__ssl_Makefile.PL b/net/p5-Socket-Class/files/patch-xs_sc__ssl_Makefile.PL new file mode 100644 index 000000000000..492114f22911 --- /dev/null +++ b/net/p5-Socket-Class/files/patch-xs_sc__ssl_Makefile.PL @@ -0,0 +1,11 @@ +--- xs/sc_ssl/Makefile.PL.orig 2012-01-20 00:08:58 UTC ++++ xs/sc_ssl/Makefile.PL +@@ -171,7 +171,7 @@ sub build_cmodule { + $step = 0; + foreach( <$fh> ) { + if( $step == 0 ) { +- if( /\s*struct st_mod_sc {/ ) { ++ if( /\s*struct st_mod_sc \{/ ) { + $ct1 = index( $ct, '/* !include st_mod_sc */' ); + $ct2 = substr( $ct, $ct1 + 25 ); + $ct1 = substr( $ct, 0, $ct1 ); |