pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/nono



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Nov 30 12:08:55 UTC 2020

Modified Files:
        pkgsrc/emulators/nono: Makefile

Log Message:
nono: Honor pkgsrc settings. Don't use -Werror. Set RESTRICTED.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/nono/Makefile

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

Modified files:

Index: pkgsrc/emulators/nono/Makefile
diff -u pkgsrc/emulators/nono/Makefile:1.1 pkgsrc/emulators/nono/Makefile:1.2
--- pkgsrc/emulators/nono/Makefile:1.1  Fri Nov 27 13:09:37 2020
+++ pkgsrc/emulators/nono/Makefile      Mon Nov 30 12:08:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/11/27 13:09:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/11/30 12:08:55 nia Exp $
 
 DISTNAME=      nono-0.1.4
 CATEGORIES=    emulators
@@ -9,6 +9,13 @@ HOMEPAGE=      http://www.pastel-flower.jp/~i
 COMMENT=       OMRON LUNA-I emulator
 LICENSE=       nono-license
 
+# Honor pkgsrc settings. Don't use -Werror.
+MAKE_FLAGS+=   CFLAGS=${CFLAGS:Q}
+MAKE_FLAGS+=   CXXFLAGS=${CXXFLAGS:Q}
+MAKE_FLAGS+=   LDFLAGS="${LDFLAGS} -pthread"
+
+RESTRICTED=    License disallows binary redistribution
+
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_FTP=         ${RESTRICTED}
 



Home | Main Index | Thread Index | Old Index