[arch-commits] Commit in hping/repos (extra-x86_64 extra-x86_64/PKGBUILD)

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


    Date: Thursday, February 26, 2009 @ 04:06:53
  Author: eric
Revision: 27826

Merged revisions 27824 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/hping/trunk

........
  r27824 | eric | 2009-02-26 04:04:02 -0500 (Thu, 26 Feb 2009) | 2 lines
  
  upgpkg: hping 3.0.0-1
      Fixed build issue on i686
........

Modified:
  hping/repos/extra-x86_64/	(properties)
  hping/repos/extra-x86_64/PKGBUILD

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


Property changes on: hping/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /hping/trunk:1-27821
   + /hping/trunk:1-27825

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-02-26 09:04:34 UTC (rev 27825)
+++ extra-x86_64/PKGBUILD	2009-02-26 09:06:53 UTC (rev 27826)
@@ -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