Quellcode durchsuchen

fix building under Linux

Ralf S. Engelschall vor 24 Jahren
Ursprung
Commit
193239e03f
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 1
      termutils/termutils.spec

+ 3 - 1
termutils/termutils.spec

@@ -33,10 +33,11 @@ Distribution: OpenPKG [BASE]
 Group:        Terminal
 License:      GPL
 Version:      2.0
-Release:      20020206
+Release:      20020223
 
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/termutils/termutils-%{version}.tar.gz
+Patch0:       termutils.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -51,6 +52,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q
+    %patch -p0
 
 %build
     CC="%{l_cc}" \