[arch-commits] CVS update of extra/science/r (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Sat Jun 2 14:20:24 UTC 2007
Date: Saturday, June 2, 2007 @ 10:20:24
Author: andyrtr
Path: /home/cvs-extra/extra/science/r
Modified: PKGBUILD (1.20 -> 1.21)
x86_64 updated; fixed lib path
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: extra/science/r/PKGBUILD
diff -u extra/science/r/PKGBUILD:1.20 extra/science/r/PKGBUILD:1.21
--- extra/science/r/PKGBUILD:1.20 Mon May 28 16:22:19 2007
+++ extra/science/r/PKGBUILD Sat Jun 2 10:20:24 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.20 2007/05/28 20:22:19 jgc Exp $
+# $Id: PKGBUILD,v 1.21 2007/06/02 14:20:24 andyrtr Exp $
# Maintainer: Damir Perisa <damir.perisa at bluewin.ch>
# Contributor: K. Piche <kpiche at rogers.com>
@@ -17,7 +17,7 @@
build() {
cd $startdir/src/$origname-$pkgver
sed -i 's|#define NeedFunctionPrototypes 0|#define NeedFunctionPrototypes 1|g' src/modules/X11/dataentry.c || return 1
- ./configure --prefix=/usr \
+ ./configure --prefix=/usr --libdir=$startdir/pkg/usr/lib \
--with-gnu-ld \
--with-x \
--with-zlib \
More information about the arch-commits
mailing list