[arch-commits] Commit in libdom/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Mar 20 12:27:56 UTC 2015


    Date: Friday, March 20, 2015 @ 13:27:56
  Author: arodseth
Revision: 129624

upgpkg: libdom 0.1.2-1

Modified:
  libdom/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-20 12:19:12 UTC (rev 129623)
+++ PKGBUILD	2015-03-20 12:27:56 UTC (rev 129624)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander Rødseth <rodseth at gmail.com>
 
 pkgname=libdom
-pkgver=0.1.1
+pkgver=0.1.2
 pkgrel=1
 pkgdesc='Implementation of the W3C DOM'
 arch=('x86_64' 'i686')
@@ -16,6 +16,7 @@
 build() {
   cd "$pkgname"
   
+	sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
   export CFLAGS="-Wno-error=unused-but-set-variable"
   make LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
 }



More information about the arch-commits mailing list