Browse Source

upgrading package: gd 2.0.8 -> 2.0.9

Ralf S. Engelschall 23 years ago
parent
commit
f7b69f626d
1 changed files with 5 additions and 3 deletions
  1. 5 3
      gd/gd.spec

+ 5 - 3
gd/gd.spec

@@ -32,8 +32,8 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [BASE]
 Group:        Graphics
 License:      GPL
-Version:      2.0.8
-Release:      20021126
+Version:      2.0.9
+Release:      20021211
 
 #   list of sources
 Source0:      http://www.boutell.com/gd/http/gd-%{version}.tar.gz
@@ -60,7 +60,9 @@ Provides:     GD
     %setup -q
 
 %build
-    echo "ac_cv_header_iconv_h=no" >config.cache
+    ( echo "ac_cv_header_iconv_h=no" 
+      echo "am_cv_func_iconv=no"
+    ) >config.cache
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
     CPPFLAGS="%{l_cppflags} -I. -I%{l_prefix}/include/libpng -I%{l_prefix}/include/freetype2" \