summarylogtreecommitdiffstats
path: root/fix_pc_file.patch
blob: c144233f395048f31f107fa8470511175f45aba2 (plain)
1
2
3
4
5
6
7
8
9
10
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}