SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
audio/mscore/patches/patch-build_gen-qt-projectfile
Normal file
20
audio/mscore/patches/patch-build_gen-qt-projectfile
Normal file
|
@ -0,0 +1,20 @@
|
|||
Index: build/gen-qt-projectfile
|
||||
--- build/gen-qt-projectfile.orig
|
||||
+++ build/gen-qt-projectfile
|
||||
@@ -8,14 +8,14 @@ for a in $uis; do
|
||||
echo
|
||||
|
||||
echo "FORMS = \\"
|
||||
-uis=`find $1 -name "*.ui"`
|
||||
+uis=`gfind $1 -name "*.ui"`
|
||||
for a in $uis; do
|
||||
echo " " $a \\;
|
||||
done
|
||||
echo
|
||||
|
||||
echo "SOURCES = \\"
|
||||
-uis=`find $1 -name "*.cpp"`
|
||||
+uis=`gfind $1 -name "*.cpp"`
|
||||
for a in $uis; do
|
||||
echo " " $a \\;
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue