]> git.pld-linux.org Git - packages/crossmingw32-fontconfig.git/commitdiff
- added filterout_c for -f* options auto/th/crossmingw32-fontconfig-2.10.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 29 Nov 2012 15:38:01 +0000 (16:38 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 29 Nov 2012 15:38:01 +0000 (16:38 +0100)
crossmingw32-fontconfig.spec

index b095e4452b8cfc3be56ad4040d7ca7f5cd2853d3..ffee673349b032e126cee427d3619a17cb1526dc 100644 (file)
@@ -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
This page took 0.501521 seconds and 4 git commands to generate.