diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-07-14 15:27:23 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-07-14 15:27:23 -0300 |
commit | a594ebe149ad81798984a410c036a0965df1581a (patch) | |
tree | 9f92df878175fe438860b196b7394ec8f0bac4cd /extra/xsd | |
parent | 03d128385c4ca773e67c93729a45899590d0d99e (diff) | |
parent | d525d9a731f5d79c1128a192b9d2977a2967570f (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/codeblocks/PKGBUILD
community/gnash/PKGBUILD
community/i3lock/PKGBUILD
community/instead/PKGBUILD
extra/asio/PKGBUILD
extra/cups/PKGBUILD
extra/libdrm/PKGBUILD
extra/liborigin2/PKGBUILD
extra/mesa/PKGBUILD
extra/mkvtoolnix/PKGBUILD
extra/ocrad/PKGBUILD
extra/qtiplot/PKGBUILD
extra/scribus/PKGBUILD
extra/xdg-user-dirs/PKGBUILD
Diffstat (limited to 'extra/xsd')
-rw-r--r-- | extra/xsd/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/xsd/PKGBUILD b/extra/xsd/PKGBUILD index 4a0cf2a7f..8309fe961 100644 --- a/extra/xsd/PKGBUILD +++ b/extra/xsd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 181130 2013-03-31 19:17:00Z stephane $ +# $Id: PKGBUILD 190051 2013-07-13 12:43:05Z svenstaro $ # Maintainer: # Contributor: kevku <kevku@gmx.com> pkgname=xsd pkgver=3.3.0 _pkgver=3.3.0-2+dep -pkgrel=8 +pkgrel=9 pkgdesc="An open-source, cross-platform W3C XML Schema to C++ data binding compiler" arch=('i686' 'x86_64' 'mips64el') url="http://www.codesynthesis.com/products/xsd" @@ -17,10 +17,13 @@ source=("http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgv sha1sums=('1c9de9271f589b8ecf2be18f2e9ac87330fc8281' '8f7ca8bf0440b30d8f5823e0f528db19810706f2') -build() { +prepare() { cd "${pkgname}-${_pkgver}" patch -p0 -i "${srcdir}/xsdcxx.patch" +} +build() { + cd "${pkgname}-${_pkgver}" make CXXFLAGS="${CXXFLAGS}" } |