aboutsummaryrefslogtreecommitdiff
path: root/graphics/mypaint/files/patch-brushlib-SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mypaint/files/patch-brushlib-SConscript')
-rw-r--r--graphics/mypaint/files/patch-brushlib-SConscript10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/mypaint/files/patch-brushlib-SConscript b/graphics/mypaint/files/patch-brushlib-SConscript
index 65682237127e..3821a465eb51 100644
--- a/graphics/mypaint/files/patch-brushlib-SConscript
+++ b/graphics/mypaint/files/patch-brushlib-SConscript
@@ -1,6 +1,6 @@
---- brushlib/SConscript.orig 2012-12-31 12:03:38.000000000 -0500
-+++ brushlib/SConscript 2014-08-20 11:36:09.000000000 -0400
-@@ -47,7 +47,7 @@
+--- brushlib/SConscript.orig 2012-12-31 16:35:54 UTC
++++ brushlib/SConscript
+@@ -47,7 +47,7 @@ def create_pkgconfig_files(env, pkgconfi
}
pc_file = env.Substfile('%s.pc' % pkgconfig_name,
"pkgconfig.pc.in", SUBST_DICT=pkg_info)
@@ -9,7 +9,7 @@
return pc_file
-@@ -56,6 +56,7 @@
+@@ -56,6 +56,7 @@ def create_pkgconfig_files(env, pkgconfi
# and also add our own specifics ones without affecting the other builds
top_env = env
env = env.Clone()
@@ -17,7 +17,7 @@
if env['enable_introspection']:
env['use_glib'] = True
-@@ -73,7 +74,7 @@
+@@ -73,7 +74,7 @@ if env['enable_docs']:
env.Append(CPPPATH='./')