Added C-like calculator lcn2/calc PKGBUILD.

This commit is contained in:
2018-12-31 10:13:51 +00:00
parent 5c2fe54fda
commit a1789c8462
2 changed files with 57 additions and 0 deletions

13
calc/Makefile.patch Normal file
View File

@@ -0,0 +1,13 @@
diff --git a/Makefile b/Makefile
index 44b250a..c402048 100644
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,7 @@ RPM_TOP= ${HOME}/rpm/calc
# compiler set #
################
-CCWERR= -Werror -Wextra -pedantic
+CCWERR=
#################################
# clang -fsanitize test options #