Sfoglia il codice sorgente

with JPEG and FreeType support now

Ralf S. Engelschall 24 anni fa
parent
commit
37aafce6ab
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      gd-perl/gd-perl.spec

+ 3 - 3
gd-perl/gd-perl.spec

@@ -117,9 +117,9 @@ AutoReqProv:  no
 
     #   build and install GD glue module
     ( cd GD-%{V_gd}
-      (echo "n"; echo "n") |\
-      GD_INC="-I%{l_prefix}/include" \
-      GD_LIBS="-L%{l_prefix}/lib" \
+      (echo "y"; echo "y") |\
+      GD_INC="-I%{l_prefix}/include/freetype2 -I%{l_prefix}/include" \
+      GD_LIBS="-L%{l_prefix}/lib -lfreetype" \
       $perl Makefile.PL $perlargs
       $make $makeargs all
       $make $makeargs install