pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtwebkit



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.78 -r1.79 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.78 pkgsrc/x11/qt5-qtwebkit/Makefile:1.79
--- pkgsrc/x11/qt5-qtwebkit/Makefile:1.78       Tue Apr 21 09:51:52 2020
+++ pkgsrc/x11/qt5-qtwebkit/Makefile    Sat Jun 13 09:47:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2020/04/21 09:51:52 nia Exp $
+# $NetBSD: Makefile,v 1.79 2020/06/13 09:47:40 nia Exp $
 
 QTWKVERSION=   5.212.0-alpha4
 DISTNAME=      qtwebkit-${QTWKVERSION}
@@ -70,7 +70,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