Jelajahi Sumber

adjust for new freetype filesystem layout

Ralf S. Engelschall 22 tahun lalu
induk
melakukan
7ac9de90a1
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      perl-gd/perl-gd.spec

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

@@ -44,8 +44,8 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [BASE]
 Group:        Language
 License:      GPL/Artistic
-Version:      20031008
-Release:      20031008
+Version:      20031107
+Release:      20031107
 
 #   list of sources
 Source0:      http://www.cpan.org/modules/by-module/GD/GD-%{V_gd}.tar.gz
@@ -103,7 +103,7 @@ AutoReqProv:  no
     #   build and install GD glue module
     ( cd GD-%{V_gd}
       (echo "y"; echo "y") |\
-      GD_INC="%{l_cppflags freetype2 .}" \
+      GD_INC="%{l_cppflags}" \
       GD_LIBS="%{l_ldflags} -lfreetype" \
       %{l_prefix}/bin/perl-openpkg install
     ) || exit $?