summarylogtreecommitdiffstats
path: root/fix_pc_file.patch
blob: fbab1ab8212254e65e089f6d11b497b523dbd665 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/cgicc-3.2.17/cgicc.pc.in.orig	2015-11-11 20:54:03.569298259 -0500
+++ src/cgicc-3.2.17/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}