pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/lambd



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Jul  2 14:44:51 UTC 2016

Modified Files:
        pkgsrc/sysutils/lambd: Makefile

Log Message:
Disable GCC error with newer versions.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/lambd/Makefile

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

Modified files:

Index: pkgsrc/sysutils/lambd/Makefile
diff -u pkgsrc/sysutils/lambd/Makefile:1.16 pkgsrc/sysutils/lambd/Makefile:1.17
--- pkgsrc/sysutils/lambd/Makefile:1.16 Tue Oct 23 19:51:09 2012
+++ pkgsrc/sysutils/lambd/Makefile      Sat Jul  2 14:44:50 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2012/10/23 19:51:09 asau Exp $
+# $NetBSD: Makefile,v 1.17 2016/07/02 14:44:50 joerg Exp $
 
 DISTNAME=      lambd-20010719
 PKGREVISION=   2
@@ -21,4 +21,9 @@ do-extract:
        ${CP} ${FILESDIR}/*.[ch8] ${WRKSRC}
        ${CP} ${FILESDIR}/Makefile ${WRKSRC}
 
+.include "../../mk/compiler.mk"
+.if !empty(PKGSRC_COMPILER:Mgcc)
+CFLAGS+=       -Wno-error=unused-but-set-variable
+.endif
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index