summarylogtreecommitdiffstats
path: root/fix_pc_file.patch
diff options
context:
space:
mode:
authorDario Ostuni2015-11-12 15:34:47 +0100
committerDario Ostuni2015-11-12 15:34:47 +0100
commitcda0ff1c221a74305cdd27ea3f7e183529adeafc (patch)
treefb2ae1ee569c63d91d3d256ca442d1829b442614 /fix_pc_file.patch
parentec27a208f76f26988cb23687af99f4a43ff6e011 (diff)
downloadaur-cda0ff1c221a74305cdd27ea3f7e183529adeafc.tar.gz
Added fix for pkg-config file
Diffstat (limited to 'fix_pc_file.patch')
-rw-r--r--fix_pc_file.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/fix_pc_file.patch b/fix_pc_file.patch
new file mode 100644
index 000000000000..c144233f3950
--- /dev/null
+++ b/fix_pc_file.patch
@@ -0,0 +1,11 @@
+--- src/cgicc-3.2.16/cgicc.pc.in.orig 2015-11-11 20:54:03.569298259 -0500
++++ src/cgicc-3.2.16/cgicc.pc.in 2015-11-11 20:54:09.266042294 -0500
+@@ -7,5 +7,5 @@
+ Description: GNU cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web.
+ Requires:
+ Version: @VERSION@
+-Libs: -L${libdir}
+-Cflags:
+\ No newline at end of file
++Libs: -L${libdir} -lcgicc
++Cflags: -I${includedir}