mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
13 lines
690 B
Plaintext
13 lines
690 B
Plaintext
$NetBSD: patch-bh,v 1.2 2013/05/29 11:11:12 wiz Exp $
|
|
--- mcs/class/Managed.Windows.Forms/build-csproj.orig 2012-12-05 17:46:25.000000000 +0000
|
|
+++ mcs/class/Managed.Windows.Forms/build-csproj
|
|
@@ -177,7 +177,7 @@ SWFresourcelist()
|
|
{
|
|
cat $Resource | while read SRC; do
|
|
SRC=`echo $SRC | $tr '/' '\\\\'`
|
|
-SRC=`echo $SRC | sed 's/-resource://' | gawk -F , '{print " RelPath = \"" $1 "\"\n CustomToolNameSpace = \"" $2 "\""}' | fgrep -v \"\"`
|
|
+SRC=`echo $SRC | sed 's/-resource://' | awk -F , '{print " RelPath = \"" $1 "\"\n CustomToolNameSpace = \"" $2 "\""}' | fgrep -v \"\"`
|
|
|
|
cat << EOT
|
|
<File
|