diff options
Diffstat (limited to 'pkg/pixman')
| -rw-r--r-- | pkg/pixman/gen.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/pixman/gen.rc b/pkg/pixman/gen.rc index 408007a7..41e6d671 100644 --- a/pkg/pixman/gen.rc +++ b/pkg/pixman/gen.rc @@ -15,9 +15,9 @@ phony headers '$outdir'/include/^(pixman.h pixman-version.h) # processor-specific features cflags -D 'USE_SSE2=1' -D 'USE_SSSE3=1' -D 'USE_X86_MMX=1' -cc pixman/pixman-mmx.c '||' $deps ; with cflags '$cflags -mmmx -Winline' -cc pixman/pixman-sse2.c '||' $deps ; with cflags '$cflags -msse2 -Winline' -cc pixman/pixman-ssse3.c '||' $deps ; with cflags '$cflags -mssse3 -Winline' +cc pixman/pixman-mmx.c '||' '$dir'/headers ; with cflags '$cflags -mmmx -Winline' +cc pixman/pixman-sse2.c '||' '$dir'/headers ; with cflags '$cflags -msse2 -Winline' +cc pixman/pixman-ssse3.c '||' '$dir'/headers ; with cflags '$cflags -mssse3 -Winline' cpuobjs=(pixman-mmx.c pixman-sse2.c pixman-ssse3.c)^.o lib libpixman.a -d '$dir'/headers pixman/^(\ |
