mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
daffe00d4a
- Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files
19 lines
400 B
Perl
19 lines
400 B
Perl
--- makers/unicc/plugins/unicc_gnu.pm.orig 2008-10-29 08:27:34.000000000 +0300
|
|
+++ makers/unicc/plugins/unicc_gnu.pm 2008-10-30 00:08:33.000000000 +0300
|
|
@@ -142,6 +142,7 @@
|
|
push(@args,GetObjFiles->[$index]);
|
|
}
|
|
|
|
+ @args = split(/\s+/, join(' ', @args));
|
|
return PrintAndRun(@args);
|
|
}
|
|
|
|
@@ -178,6 +179,7 @@
|
|
}
|
|
}
|
|
|
|
+ @args = split(/\s+/, join(' ', @args));
|
|
return PrintAndRun(@args);
|
|
}
|
|
|