mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
11 lines
378 B
Perl
11 lines
378 B
Perl
--- 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 );
|