diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-16 13:39:19 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-16 13:39:19 -0500 |
commit | 4acfc45fbd39df37b6b3a215ff5cf67f00797446 (patch) | |
tree | e4e446af75ad4b4a2b1dede9145a041cf9ff365a /community/pwsafe | |
parent | 6c8a14a3341edb2a84e7c7b49a5ba4fd4a9c8a92 (diff) |
Add chost in builds and add makedepend in pinfo
Diffstat (limited to 'community/pwsafe')
-rw-r--r-- | community/pwsafe/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |