pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/webkit24-gtk webkit24-gtk: move an if clause from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3fa304cf854
branches:  trunk
changeset: 413238:a3fa304cf854
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Mar 17 13:37:11 2020 +0000

description:
webkit24-gtk: move an if clause from Makefile to Makefile.common

diffstat:

 www/webkit24-gtk/Makefile        |  6 +-----
 www/webkit24-gtk/Makefile.common |  6 +++++-
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 5305a933178e -r a3fa304cf854 www/webkit24-gtk/Makefile
--- a/www/webkit24-gtk/Makefile Tue Mar 17 13:09:13 2020 +0000
+++ b/www/webkit24-gtk/Makefile Tue Mar 17 13:37:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/03/10 22:09:04 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2020/03/17 13:37:11 tnn Exp $
 
 PKGREVISION= 27
 .include "Makefile.common"
@@ -10,10 +10,6 @@
 CONFIGURE_ARGS+=       --with-gtk=2.0
 CONFIGURE_ARGS+=       --disable-webkit2
 
-.if ${OPSYS} == "NetBSD" && ${MACHINE_CPU:U} == "arm"
-LDFLAGS+=      -Wl,-no-keep-memory -Wl,-reduce-memory
-.endif
-
 #introspection support
 BUILDLINK_API_DEPENDS.gtk2+=   gtk2+>=2.24.17nb3
 .include "../../x11/gtk2/buildlink3.mk"
diff -r 5305a933178e -r a3fa304cf854 www/webkit24-gtk/Makefile.common
--- a/www/webkit24-gtk/Makefile.common  Tue Mar 17 13:09:13 2020 +0000
+++ b/www/webkit24-gtk/Makefile.common  Tue Mar 17 13:37:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2019/12/15 15:38:59 taca Exp $
+# $NetBSD: Makefile.common,v 1.17 2020/03/17 13:37:11 tnn Exp $
 # used by www/webkit24-gtk/Makefile
 # used by www/webkit24-gtk3/Makefile
 
@@ -77,6 +77,10 @@
 CPPFLAGS+=             -DUSE_SYSTEM_MALLOC
 .endif
 
+.if ${OPSYS} == "NetBSD" && ${MACHINE_CPU:U} == "arm"
+LDFLAGS+=      -Wl,-no-keep-memory -Wl,-reduce-memory
+.endif
+
 BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.1
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index