[arch-commits] Commit in swh-plugins/repos (extra-i686 extra-i686/PKGBUILD)

Eric Belanger eric at archlinux.org
Sat Aug 16 05:51:00 UTC 2008


    Date: Saturday, August 16, 2008 @ 01:51:00
  Author: eric
Revision: 8773

Merged revisions 2-8772 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/swh-plugins/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r8772 | eric | 2008-08-16 01:50:35 -0400 (Sat, 16 Aug 2008) | 1 line
  
  adding md5sums
........

Modified:
  swh-plugins/repos/extra-i686/	(properties)
  swh-plugins/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)


Property changes on: swh-plugins/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /swh-plugins/trunk:1
   + /swh-plugins/trunk:1-8772

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-08-16 05:50:35 UTC (rev 8772)
+++ extra-i686/PKGBUILD	2008-08-16 05:51:00 UTC (rev 8773)
@@ -9,12 +9,20 @@
 arch=(i686 x86_64)
 url="http://plugin.org.uk/"
 depends=('fftw' 'ladspa')
+groups=('ladspa-plugins')
 source=(http://plugin.org.uk/releases/$pkgver/$pkgname-$pkgver.tar.gz)
-groups=('ladspa-plugins')
+md5sums=('2fbdccef2462ea553901acd429fa3573')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr
+
+#Arch64 fix, -fPIC seems to be the only option
+if [ "$CARCH" = "x86_64" ]; then
+      export CFLAGS="$CFLAGS -fPIC"
+      export CXXFLAGS="$CFLAGS"
+fi
+
+ ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
 }




More information about the arch-commits mailing list