[arch-commits] Commit in hping/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Thu Feb 26 09:04:02 UTC 2009


    Date: Thursday, February 26, 2009 @ 04:04:02
  Author: eric
Revision: 27824

upgpkg: hping 3.0.0-1
    Fixed build issue on i686

Modified:
  hping/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-26 08:53:33 UTC (rev 27823)
+++ PKGBUILD	2009-02-26 09:04:02 UTC (rev 27824)
@@ -14,7 +14,7 @@
 
 build() {
   cd $srcdir/hping3-20051105
-  [ "$CARCH" == "x86_64" ] && patch -Np1 -i ../bytesex.h.patch || return 1
+  [ "$CARCH" == "x86_64" ] && (patch -Np1 -i ../bytesex.h.patch || return 1)
   MANPATH=/usr/share/man ./configure --no-tcl || return 1
   patch -p1 < ../Makefile.patch || return 1
   make || return 1




More information about the arch-commits mailing list