diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-06-08 15:39:15 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-06-08 15:39:15 +0000 |
commit | bc87a6e021940c1af0b0806966e0161f1f9ec8ef (patch) | |
tree | 61200727779f2b8256a281808dbd895e03f3e42f | |
parent | 7ac554d0c05e78bd6de0482d626f45974b2f0209 (diff) |
regen
-rw-r--r-- | lib/pixman/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pixman/configure b/lib/pixman/configure index 2858a5212..9792fef54 100644 --- a/lib/pixman/configure +++ b/lib/pixman/configure @@ -13041,7 +13041,7 @@ fi if test "x$IWMMXT_CFLAGS" = "x" ; then IWMMXT_CFLAGS="-flax-vector-conversions -Winline -march=iwmmxt" if test $enable_iwmmxt2 != no ; then - IWMMXT_CFLAGS+="2" + IWMMXT_CFLAGS="${IWMMXT_CFLAGS}2" fi fi |