Selaa lähdekoodia

with JPEG and FreeType support now

Ralf S. Engelschall 24 vuotta sitten
vanhempi
commit
37aafce6ab
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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