[Xfce4-commits] [apps/ristretto] 01/01: Add missing LDFLAGS (fixes build on *bsd)

noreply at xfce.org noreply at xfce.org
Mon Aug 12 14:55:00 CEST 2019


This is an automated email from the git hooks/post-receive script.

f   2   4   0   4       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/ristretto.

commit 13600d6f78a7178ed9c1f07697751cb37195920b
Author: Igor <f2404 at yandex.ru>
Date:   Mon Aug 12 08:54:26 2019 -0400

    Add missing LDFLAGS (fixes build on *bsd)
---
 src/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/Makefile.am b/src/Makefile.am
index e6d41e0..cfcd980 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -41,6 +41,9 @@ ristretto_CFLAGS = \
 	-DSRCDIR=\"$(top_srcdir)\" \
 	-DLOCALEDIR=\"$(localedir)\"
 
+ristretto_LDFLAGS = \
+	$(LIBX11_LDFLAGS)
+
 ristretto_LDADD = \
 	$(GTK_LIBS) \
 	$(GLIB_LIBS) \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list