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

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


    Date: Friday, November 6, 2009 @ 19:00:00
  Author: jgc
Revision: 58310

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

........
  r58309 | jgc | 2009-11-07 00:59:45 +0100 (Sat, 07 Nov 2009) | 2 lines
  
  upgpkg: soundtouch 1.4.0-1
      Fix PIC issue (FS#16534)
........

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

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


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

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-11-06 23:59:45 UTC (rev 58309)
+++ extra-x86_64/PKGBUILD	2009-11-07 00:00:00 UTC (rev 58310)
@@ -23,6 +23,9 @@
   cd "${srcdir}/${pkgname}"
   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"
+  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