pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/lua-bcrypt/files



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 12 21:04:46 UTC 2023

Modified Files:
        pkgsrc/security/lua-bcrypt/files: Makefile

Log Message:
lua-bcrypt: Uses c99 features, so add -std=c99 to my own makefile
what I wrote. D'oh.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/lua-bcrypt/files/Makefile

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

Modified files:

Index: pkgsrc/security/lua-bcrypt/files/Makefile
diff -u pkgsrc/security/lua-bcrypt/files/Makefile:1.1 pkgsrc/security/lua-bcrypt/files/Makefile:1.2
--- pkgsrc/security/lua-bcrypt/files/Makefile:1.1       Sun Jan 16 13:41:13 2022
+++ pkgsrc/security/lua-bcrypt/files/Makefile   Wed Jul 12 21:04:46 2023
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2022/01/16 13:41:13 nia Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/12 21:04:46 nia Exp $
+
+CFLAGS+=       -std=c99
 
 OBJS+= main.o
 OBJS+= bcrypt.o



Home | Main Index | Thread Index | Old Index