summarylogtreecommitdiffstats
path: root/fix_pc_file.patch
diff options
context:
space:
mode:
authorDario Ostuni2017-06-24 12:39:37 +0200
committerDario Ostuni2017-06-24 12:39:37 +0200
commitc6626aff5a67a7e573d4cd7d91585bba4a6b97de (patch)
tree6b9acb533f0fefb71a692f8e6cccd4c2ba266b2a /fix_pc_file.patch
parent23b23d0087f5dd9a2cbf9eaae5b3ec341e8db7bd (diff)
downloadaur-c6626aff5a67a7e573d4cd7d91585bba4a6b97de.tar.gz
fix
Diffstat (limited to 'fix_pc_file.patch')
-rw-r--r--fix_pc_file.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/fix_pc_file.patch b/fix_pc_file.patch
deleted file mode 100644
index fbab1ab82122..000000000000
--- a/fix_pc_file.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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}