CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
db: updated to 5.3.28
[crossrootfs.git] / make / Pkgfile
index 5ac609134e24a0fef1c56766f132d2239810c6a7..dce9b6f403fdf000d527de63e5a64d6008597480 100644 (file)
@@ -5,13 +5,13 @@
 
 name=make
 version=3.82
-release=1
+release=3
 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2
-        savannah-bugs.patch)
+        $name-$version-bug_{30612,30653,30723}.patch)
 
 build() {
   cd $name-$version
-  patch -p0 -i ../savannah-bugs.patch
+  cat $SRC/$name-$version-*.patch | patch -p1
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \