Просмотр исходного кода

fix building under newer platforms like FreeBSD 5.3 on AMD64

Ralf S. Engelschall 21 лет назад
Родитель
Сommit
367aeff88a
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      a2ps/a2ps.spec

+ 3 - 2
a2ps/a2ps.spec

@@ -38,7 +38,7 @@ Class:        BASE
 Group:        Converter
 License:      GPL
 Version:      %{V_major}%{V_minor}
-Release:      20050117
+Release:      20050124
 
 #   list of sources
 Source0:      ftp://ftp.enst.fr/pub/unix/a2ps/a2ps-%{V_major}%{V_minor}.tar.gz
@@ -47,7 +47,7 @@ Patch0:       a2ps.patch
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20040130, psutils, flex, bison
+BuildPreReq:  OpenPKG, openpkg >= 20040130, psutils, flex, bison, config
 PreReq:       OpenPKG, openpkg >= 20040130, psutils
 AutoReq:      no
 AutoReqProv:  no
@@ -69,6 +69,7 @@ AutoReqProv:  no
 %prep
     %setup -q -n a2ps-%{V_major}
     %patch -p0
+    %{l_prefix}/bin/config install auxdir
 
 %build
     CC="%{l_cc}" \