summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-16 13:39:19 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-16 13:39:19 -0500
commit4acfc45fbd39df37b6b3a215ff5cf67f00797446 (patch)
treee4e446af75ad4b4a2b1dede9145a041cf9ff365a
parent6c8a14a3341edb2a84e7c7b49a5ba4fd4a9c8a92 (diff)
Add chost in builds and add makedepend in pinfo
-rw-r--r--community/kakasi/PKGBUILD2
-rw-r--r--community/pinfo/PKGBUILD1
-rw-r--r--community/prelink/PKGBUILD2
-rw-r--r--community/pwsafe/PKGBUILD2
-rw-r--r--extra/lzo/PKGBUILD2
5 files changed, 5 insertions, 4 deletions
diff --git a/community/kakasi/PKGBUILD b/community/kakasi/PKGBUILD
index bc0a5c141..bf10796c1 100644
--- a/community/kakasi/PKGBUILD
+++ b/community/kakasi/PKGBUILD
@@ -16,7 +16,7 @@ options=(!libtool)
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --host=$CHOST --build=$CHOST
make
}
diff --git a/community/pinfo/PKGBUILD b/community/pinfo/PKGBUILD
index aa82fe665..94c87895a 100644
--- a/community/pinfo/PKGBUILD
+++ b/community/pinfo/PKGBUILD
@@ -10,6 +10,7 @@ arch=('i686' 'x86_64' 'mips64el')
url="http://pinfo.alioth.debian.org/"
license=('GPL')
depends=('ncurses' 'readline')
+makedepends=('git')
source=(https://alioth.debian.org/frs/download.php/3351/$pkgname-$pkgver.tar.bz2)
md5sums=('fe3d3da50371b1773dfe29bf870dbc5b')
diff --git a/community/prelink/PKGBUILD b/community/prelink/PKGBUILD
index 4b677caf1..fe4735011 100644
--- a/community/prelink/PKGBUILD
+++ b/community/prelink/PKGBUILD
@@ -24,7 +24,7 @@ build() {
patch -Np0 -i ../arch-x86_64-dynamic_linker.patch
- ./configure --prefix=/usr --mandir=/usr/share/man
+ ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST
make
}
diff --git a/community/pwsafe/PKGBUILD b/community/pwsafe/PKGBUILD
index d95d4e563..74fbd3a1e 100644
--- a/community/pwsafe/PKGBUILD
+++ b/community/pwsafe/PKGBUILD
@@ -21,7 +21,7 @@ build() {
# Patch from fedora, fixes FS#28339
patch -Np0 -i ../pwsafe-XChangeProperty.patch
- ./configure --prefix=/usr --mandir=/usr/share/man
+ ./configure --prefix=/usr --mandir=/usr/share/man --build=$CHOST
make
}
diff --git a/extra/lzo/PKGBUILD b/extra/lzo/PKGBUILD
index 93c035189..db181a0e0 100644
--- a/extra/lzo/PKGBUILD
+++ b/extra/lzo/PKGBUILD
@@ -24,7 +24,7 @@ build() {
patch -p0 -i "${srcdir}"/nasm-gcc3.patch
autoconf
- ./configure --prefix=/usr --enable-shared
+ ./configure --prefix=/usr --enable-shared --build=$CHOST
make
}