commit | a2231a6a1d24ee10a43473829ae72762ca016ab5 | [log] [tgz] |
---|---|---|
author | DRC <dcommander@users.sourceforge.net> | Tue Feb 16 23:26:53 2010 +0000 |
committer | DRC <dcommander@users.sourceforge.net> | Tue Feb 16 23:26:53 2010 +0000 |
tree | 2aa5be10623cd6e38a35bce402d0aea6ca5b48b1 | |
parent | 589901bc57340fddbd9def779ccbb228e4a693b8 [diff] [blame] |
Fix build on Sun Studio git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3987 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/jpeg/simd/nasm_lt.sh b/common/jpeg/simd/nasm_lt.sh index b112862..7ba5253 100755 --- a/common/jpeg/simd/nasm_lt.sh +++ b/common/jpeg/simd/nasm_lt.sh
@@ -5,7 +5,7 @@ pic=no while [ $# -gt 0 ]; do case "$1" in - -DPIC|-fPIC|-fpic) + -DPIC|-fPIC|-fpic|-Kpic|-KPIC) if [ "$pic" != "yes" ] ; then command="$command -DPIC" pic=yes