pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/sameboy



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug 11 08:49:13 UTC 2023

Modified Files:
        pkgsrc/emulators/sameboy: Makefile Makefile.common

Log Message:
sameboy: Strip out Werror in the common makefile, not the target-specific one


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/emulators/sameboy/Makefile \
    pkgsrc/emulators/sameboy/Makefile.common

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

Modified files:

Index: pkgsrc/emulators/sameboy/Makefile
diff -u pkgsrc/emulators/sameboy/Makefile:1.20 pkgsrc/emulators/sameboy/Makefile:1.21
--- pkgsrc/emulators/sameboy/Makefile:1.20      Fri Jul 21 09:35:46 2023
+++ pkgsrc/emulators/sameboy/Makefile   Fri Aug 11 08:49:13 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2023/07/21 09:35:46 nia Exp $
+# $NetBSD: Makefile,v 1.21 2023/08/11 08:49:13 nia Exp $
 
 PKGREVISION= 1
 .include "Makefile.common"
@@ -12,8 +12,6 @@ BUILD_TARGET= sdl
 MAKE_FLAGS+=   DATA_DIR=${PREFIX}/share/sameboy/
 MAKE_FLAGS+=   FREEDESKTOP=true
 
-BUILDLINK_TRANSFORM+=  rm:-Werror
-
 .include "../../mk/bsd.fast.prefs.mk"
 .if ${OPSYS} != "Darwin"
 .include "../../graphics/MesaLib/buildlink3.mk"
Index: pkgsrc/emulators/sameboy/Makefile.common
diff -u pkgsrc/emulators/sameboy/Makefile.common:1.20 pkgsrc/emulators/sameboy/Makefile.common:1.21
--- pkgsrc/emulators/sameboy/Makefile.common:1.20       Fri Jul 21 09:35:46 2023
+++ pkgsrc/emulators/sameboy/Makefile.common    Fri Aug 11 08:49:13 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2023/07/21 09:35:46 nia Exp $
+# $NetBSD: Makefile.common,v 1.21 2023/08/11 08:49:13 nia Exp $
 # used by emulators/sameboy/Makefile
 # used by emulators/libretro-sameboy/Makefile
 
@@ -25,3 +25,5 @@ FORTIFY_SUPPORTED=    no
 
 # sh: /tmp/emulators/libretro-sameboy/work/SameBoy-0.13.2/build/pb12: text busy
 MAKE_JOBS_SAFE=        no
+
+BUILDLINK_TRANSFORM+=  rm:-Werror



Home | Main Index | Thread Index | Old Index