Date: Sunday, January 23, 2022 @ 01:01:51
  Author: wild
Revision: 1113524

upgpkg: gtkd 3.10.0-2: Rebuilt against new ldc

Modified:
  gtkd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-23 01:01:22 UTC (rev 1113523)
+++ PKGBUILD    2022-01-23 01:01:51 UTC (rev 1113524)
@@ -1,4 +1,4 @@
-# Maintainer: Dan Printzell <[email protected]>
+# Maintainer: Dan Printzell <[email protected]>
 # Maintainer: Filipe LaĆ­ns (FFY00) <[email protected]>
 # Contributor: Severen Redwood <[email protected]>
 # Contributor: Robert Welin <[email protected]>
@@ -6,7 +6,7 @@
 
 pkgname=gtkd
 pkgver=3.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='D bindings for GTK+ and related libraries.'
 arch=('x86_64')
 url='https://gtkd.org'
@@ -19,10 +19,11 @@
 
 build() {
     cd GtkD-$pkgver
+               export _ldFlags="$(echo -ne $LDFLAGS | sed -e 's/ /,/g')"
 
     make \
                        DC='ldc' \
-                       LDFLAGS="-L=\"$LDFLAGS\"" \
+                       LDFLAGS="-L=\"$_ldFlags\"" \
                        libdir='lib/' \
         shared-{gtkd,gtkdgl,sv,gstreamer,vte,peas}
 }

Reply via email to