mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
3f5315156c
- 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
20 lines
636 B
Plaintext
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
|