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

Jan de Groot jgc at archlinux.org
Sat Nov 7 00:08:41 UTC 2009


    Date: Friday, November 6, 2009 @ 19:08:41
  Author: jgc
Revision: 58314

Merged revisions 58313 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/soundtouch/trunk

........
  r58313 | jgc | 2009-11-07 01:08:26 +0100 (Sat, 07 Nov 2009) | 2 lines
  
  upgpkg: soundtouch 1.4.0-1
      Really fix PIC issues now
........

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

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Property changes on: soundtouch/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /soundtouch/trunk:1-58309
   + /soundtouch/trunk:1-58313

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-11-07 00:08:26 UTC (rev 58313)
+++ extra-x86_64/PKGBUILD	2009-11-07 00:08:41 UTC (rev 58314)
@@ -24,9 +24,10 @@
   patch -Np1 -i "${srcdir}/soundtouch-1.4.0-mmx-sse-compile-fix.patch" || return 1
   patch -Np1 -i "${srcdir}/soundtouch-1.4.0-x86_64-asm-broken.patch" || return 1
   if [ "${CARCH}" = "x86_64" ]; then
-    CFLAGS="${CFLAGS} -fPIC"
+    ./configure --prefix=/usr --with-pic || return 1
+  else
+    ./configure --prefix=/usr || return 1
   fi
-  ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR="${pkgdir}" pkgdocdir=/usr/share/doc/soundtouch install || return 1
 }




More information about the arch-commits mailing list