1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/graphics/mypaint/files/patch-brushlib-SConscript
Pawel Pekala 3f5315156c - Update to version 1.1.0 [1]
- Respect CFLAGS
- Remove Author tag from pkg-descr

PR:		ports/175223 [1]
Submitted by:	Vitaly Magerya <vmagerya@gmail.com> [1]
Approved by:	maintainer timeout
Feature safe:	yes
2013-04-17 16:40:51 +00:00

20 lines
636 B
Plaintext

--- brushlib/SConscript.orig 2012-12-31 19:03:38.000000000 +0200
+++ brushlib/SConscript 2013-03-29 20:13:10.000000000 +0200
@@ -47,7 +47,7 @@
}
pc_file = env.Substfile('%s.pc' % pkgconfig_name,
"pkgconfig.pc.in", SUBST_DICT=pkg_info)
- install_perms(env, '$prefix/lib/pkgconfig', pc_file)
+ install_perms(env, '$prefix/libdata/pkgconfig', pc_file)
return pc_file
@@ -56,6 +56,7 @@
# and also add our own specifics ones without affecting the other builds
top_env = env
env = env.Clone()
+env.Prepend(LIBPATH=[".."])
if env['enable_introspection']:
env['use_glib'] = True