pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2020Q1] pkgsrc/x11/qt5-qtwebkit



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Wed Jun 17 11:45:48 UTC 2020

Modified Files:
        pkgsrc/x11/qt5-qtwebkit [pkgsrc-2020Q1]: Makefile

Log Message:
Pullup ticket #6236 - requested by nia
x11/qt5-qtwebkit: NetBSD/arm build fix

Revisions pulled up:
- x11/qt5-qtwebkit/Makefile                                     1.79

---
   Module Name: pkgsrc
   Committed By:        nia
   Date:                Sat Jun 13 09:47:40 UTC 2020

   Modified Files:
        pkgsrc/x11/qt5-qtwebkit: Makefile

   Log Message:
   qt5-qtwebkit: Remove invalid ARM linker args


To generate a diff of this commit:
cvs rdiff -u -r1.76.2.1 -r1.76.2.2 pkgsrc/x11/qt5-qtwebkit/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/qt5-qtwebkit/Makefile
diff -u pkgsrc/x11/qt5-qtwebkit/Makefile:1.76.2.1 pkgsrc/x11/qt5-qtwebkit/Makefile:1.76.2.2
--- pkgsrc/x11/qt5-qtwebkit/Makefile:1.76.2.1   Tue Apr 28 16:26:19 2020
+++ pkgsrc/x11/qt5-qtwebkit/Makefile    Wed Jun 17 11:45:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76.2.1 2020/04/28 16:26:19 bsiegert Exp $
+# $NetBSD: Makefile,v 1.76.2.2 2020/06/17 11:45:47 bsiegert Exp $
 
 QTWKVERSION=   5.212.0-alpha4
 DISTNAME=      qtwebkit-${QTWKVERSION}
@@ -69,7 +69,7 @@ BUILDLINK_TRANSFORM+= rpath:${WRKSRC}/li
 .endif
 
 .if ${OPSYS} == "NetBSD" && !empty(MACHINE_ARCH:M*arm*)
-LDFLAGS+=      -Wl,-no-keep-memory -Wl-reduce-memory
+LDFLAGS+=      -Wl,--no-keep-memory
 .endif
 
 # 64-bit atomic ops are required



Home | Main Index | Thread Index | Old Index