mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
11 lines
321 B
Diff
11 lines
321 B
Diff
Don't copy CFLAGS from portage's make.conf to .pc
|
|
|
|
--- a/chardet.pc.in
|
|
+++ b/chardet.pc.in
|
|
@@ -9,4 +9,4 @@ Name: @PACKAGE_NAME@
|
|
Description: Mozilla's Universal Charset Detector C/C++ API
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lchardet
|
|
-Cflags: -I${includedir}/chardet @CFLAGS@
|
|
+Cflags: -I${includedir}/chardet
|