pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/xcb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 15 07:03:06 UTC 2019

Modified Files:
        pkgsrc/x11/xcb: Makefile

Log Message:
xcb: update to 2.4nb2.

Fix RELRO build.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/xcb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xcb/Makefile
diff -u pkgsrc/x11/xcb/Makefile:1.15 pkgsrc/x11/xcb/Makefile:1.16
--- pkgsrc/x11/xcb/Makefile:1.15        Wed Sep  6 10:40:35 2017
+++ pkgsrc/x11/xcb/Makefile     Mon Jul 15 07:03:06 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2017/09/06 10:40:35 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2019/07/15 07:03:06 wiz Exp $
 
 DISTNAME=      xcb-2.4
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    x11
 MASTER_SITES=  http://www.goof.com/pcg/marc/data/
 
@@ -11,6 +11,7 @@ COMMENT=      Extensible, multiple cut buffer
 
 USE_IMAKE=     YES
 BUILD_TARGET=  all Xcb.ad
+MAKE_ENV+=     LOCAL_LDFLAGS=${LDFLAGS:Q}
 
 .include "../../x11/libXaw/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index