shithub: freetype+ttf2subf

Download patch

ref: 07373c8de942348a9cba74b85b6acb59c5fea566
parent: 3a89c2a4ac5d1c43b82888bb799546ab80b75cd6
author: Werner Lemberg <[email protected]>
date: Tue Aug 1 14:44:18 EDT 2000

Fixed dec-osf compiler switches.  From Tom.

git/fs: mount .git/fs: mount/attach disallowed
--- a/builds/unix/configure.in
+++ b/builds/unix/configure.in
@@ -25,7 +25,8 @@
 else
   case "$host" in
     *-dec-osf*)
-      XX_CFLAGS="-std1 -O2 -g3"
+      CFLAGS=
+      XX_CFLAGS="-std1 -g3"
       XX_ANSIFLAGS=
       ;;
     *)