mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
b1eb764684
Thanks to John Tyree. Signed-off-by: Erik Hanson <erik@slackbuilds.org>
13 lines
363 B
Diff
13 lines
363 B
Diff
--- json-glib.pc.in.orig 2009-06-24 08:06:20.000000000 -0400
|
|
+++ json-glib.pc.in 2010-12-27 11:26:49.111354950 -0400
|
|
@@ -1,7 +1,7 @@
|
|
prefix=@prefix@
|
|
-exec_prefix=${prefix}
|
|
-libdir=${exec_prefix}/lib
|
|
-includedir=${exec_prefix}/include
|
|
+exec_prefix=@exec_prefix@
|
|
+libdir=@libdir@
|
|
+includedir=@includedir@
|
|
|
|
Name: JSON-GLib
|
|
Description: JSON Parser for GLib
|