Procházet zdrojové kódy

fix building under FreeBSD

Ralf S. Engelschall před 24 roky
rodič
revize
94597fe0db
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      suck/suck.spec

+ 2 - 1
suck/suck.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [REL]
 Group:        Converter
 License:      GPL
 Version:      4.3.0
-Release:      20020206
+Release:      20020405
 
 #   list of sources
 Source0:      http://www.sucknews.org/suck-%{version}.tar.gz
@@ -55,6 +55,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q 
+    %{l_shtool} subst -e 's;strnstr;disable_strnstr;g' killfile.c
 
 %build
     CC="%{l_cc}" \