diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-02 13:37:59 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-02 13:37:59 -0300 |
commit | 3383a1fbd954b78716dd8ff9d9f2097e176d2279 (patch) | |
tree | 68aa3acbd50e6d0d7bdcfa2947d1772f7edb8a0d /community/psqlodbc | |
parent | 7f3d7e2203a9252280361a1d095528cb056d08dc (diff) | |
parent | 9e9ab642711f2424f828e21d14b98c45cdef2b29 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/packagekit/PKGBUILD
community/liboglappth/PKGBUILD
community/texvc/PKGBUILD
extra/libvdpau/PKGBUILD
extra/minicom/PKGBUILD
extra/muparser/PKGBUILD
extra/netkit-bsd-finger/PKGBUILD
extra/normalize/PKGBUILD
Diffstat (limited to 'community/psqlodbc')
-rw-r--r-- | community/psqlodbc/PKGBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/community/psqlodbc/PKGBUILD b/community/psqlodbc/PKGBUILD index 890aef702..5b672e2c3 100644 --- a/community/psqlodbc/PKGBUILD +++ b/community/psqlodbc/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 14188 2010-04-02 00:06:50Z andrea $ +# $Id: PKGBUILD 59801 2011-11-30 12:36:10Z spupykin $ # Maintainer: # Contributor: Douglas Soares de Andrade <dsa@aur.archlinux-br.org> # Contributor: Rick Rein <jeebusroxors@gmail.com> pkgname=psqlodbc pkgver=08.04.0100 -pkgrel=2 +pkgrel=3 pkgdesc="PostgreSQL ODBC driver" arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.postgresql.org" -depends=('unixodbc' 'postgresql-libs' 'libtool') +depends=('unixodbc' 'postgresql-libs') makedepends=('postgresql') options=('!libtool') source=(ftp://ftp2.it.postgresql.org/mirrors/postgres//odbc/versions/src/$pkgname-$pkgver.tar.gz @@ -20,11 +20,9 @@ md5sums=('2328c3e97e6a376620a5d317137515ff' build() { cd "$srcdir/$pkgname-$pkgver" - - patch -p1 -i "$srcdir/fix-function-declarations.patch" || return 1 - + patch -p1 -i "$srcdir/fix-function-declarations.patch" ./configure --prefix=/usr - make || return 1 + make } package() { |