[packages/crossmingw32-fontconfig] - added filterout_c for -f* options
qboosh
qboosh at pld-linux.org
Thu Nov 29 16:37:36 CET 2012
commit c839221cee28750468265e3ea313fca9919a08d1
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Nov 29 16:38:01 2012 +0100
- added filterout_c for -f* options
crossmingw32-fontconfig.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/crossmingw32-fontconfig.spec b/crossmingw32-fontconfig.spec
index b095e44..ffee673 100644
--- a/crossmingw32-fontconfig.spec
+++ b/crossmingw32-fontconfig.spec
@@ -39,8 +39,9 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
# arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
%define optflags -O2
%endif
-# -z options are invalid for mingw linker
+# -z options are invalid for mingw linker, most of -f options are Linux-specific
%define filterout_ld -Wl,-z,.*
+%define filterout_c -f[-a-z0-9=]*
%description
Fontconfig is designed to locate fonts within the system and select
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-fontconfig.git/commitdiff/c839221cee28750468265e3ea313fca9919a08d1
More information about the pld-cvs-commit
mailing list