Przeglądaj źródła

pick up our perl

Michael van Elst 22 lat temu
rodzic
commit
400322faf7
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3 2
      groff/groff.spec

+ 3 - 2
groff/groff.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Text
 License:      GPL
 Version:      1.19
-Release:      20030429
+Release:      20030801
 
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
@@ -42,7 +42,7 @@ Source0:      ftp://ftp.gnu.org/gnu/groff/groff-%{version}.tar.gz
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
 BuildPreReq:  OpenPKG, openpkg >= 20021204, bison, gcc, texinfo
-PreReq:       OpenPKG, openpkg >= 20021204
+PreReq:       OpenPKG, openpkg >= 20021204, perl
 AutoReq:      no
 AutoReqProv:  no
 
@@ -58,6 +58,7 @@ AutoReqProv:  no
     CFLAGS="%{l_cflags -O}" \
     CXX="%{l_cxx}" \
     CXXFLAGS="%{l_cxxflags -O}" \
+    PERLPATH="%{l_prefix}/bin/perl" \
     %{l_bash} ./configure \
         --prefix=%{l_prefix}
     PATH="`pwd`/src/roff/troff:$PATH"