FreeBSD Bugzilla – Attachment 121721 Details for
Bug 164765
[maintainer-update] audio/abraca: fix build with new scons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.35 KB, created by
Guido Falsi
on 2012-02-04 16:40:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2012-02-04 16:40:05 UTC
Size:
1.35 KB
patch
obsolete
>diff -ruN abraca.old/files/patch-data_SConscript abraca/files/patch-data_SConscript >--- abraca.old/files/patch-data_SConscript 1970-01-01 01:00:00.000000000 +0100 >+++ abraca/files/patch-data_SConscript 2012-02-04 17:08:51.585326946 +0100 >@@ -0,0 +1,13 @@ >+--- data/SConscript.orig 2011-01-22 18:16:43.000000000 +0100 >++++ data/SConscript 2012-02-04 16:19:46.829073844 +0100 >+@@ -14,8 +14,8 @@ >+ >+ images, header, vapi = env.GdkPixBufCSource('abraca_images', lst) >+ >+-env.Append(CPPPATH = [Dir('.')]) >+-env.Append(VALAPKGPATH = [Dir('.')]) >++env.Append(CPPPATH = [Dir('.').abspath]) >++env.Append(VALAPKGPATH = [Dir('.').abspath]) >+ env.Append(VALAPKGS = ['abraca_images']) >+ >+ Export('images') >diff -ruN abraca.old/files/patch-data_ui_SConscript abraca/files/patch-data_ui_SConscript >--- abraca.old/files/patch-data_ui_SConscript 1970-01-01 01:00:00.000000000 +0100 >+++ abraca/files/patch-data_ui_SConscript 2012-02-04 17:08:51.589327341 +0100 >@@ -0,0 +1,13 @@ >+--- data/ui/SConscript.orig 2011-01-22 18:16:43.000000000 +0100 >++++ data/ui/SConscript 2012-02-04 16:21:40.477072762 +0100 >+@@ -10,8 +10,8 @@ >+ >+ ui, header, vapi = env.BinaryBlob('abraca_ui', lst) >+ >+-env.Append(CPPPATH = [Dir('.')]) >+-env.Append(VALAPKGPATH = [Dir('.')]) >++env.Append(CPPPATH = [Dir('.').abspath]) >++env.Append(VALAPKGPATH = [Dir('.').abspath]) >+ env.Append(VALAPKGS = ['abraca_ui']) >+ >+ Export('ui')
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 164765
: 121721