|
|
|
@@ -188,10 +188,11 @@ LDFLAGS="$LDFLAGS -rdynamic" |
|
|
|
;; |
|
|
|
OS/2) |
|
|
|
TMPE=$TMPE".exe" |
|
|
|
ar="emxomfar -p32" |
|
|
|
strip="echo ignore strip" |
|
|
|
CFLAGS="-Zomf" |
|
|
|
LDFLAGS="-Zomf -Zstack 16384" |
|
|
|
ar="emxomfar -p64" |
|
|
|
ranlib="echo ignoring ranlib" |
|
|
|
strip="echo ignoring strip" |
|
|
|
CFLAGS="-Zomf -O3" |
|
|
|
LDFLAGS="-Zomf -Zstack 16384 -s" |
|
|
|
SHFLAGS="" |
|
|
|
FFSLDFLAGS="" |
|
|
|
LIBPREF="" |
|
|
|
@@ -561,7 +562,7 @@ int main( void ) { return (int) FT_Init_FreeType(0); } |
|
|
|
EOF |
|
|
|
|
|
|
|
freetype2=no |
|
|
|
if test "x$targetos" != "xBeOS"; then |
|
|
|
if test "x$targetos" != "xBeOS" && test "$os2" != "yes"; then |
|
|
|
which freetype-config > /dev/null |
|
|
|
if test $? -eq 0; then |
|
|
|
if $cc -o $TMPE $TMPC `freetype-config --cflags` `freetype-config --libs` 2> /dev/null ; then |
|
|
|
|