projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb0ec82
)
Remove a non-portable syntax in Makefile
author
Quentin Rameau
<quinq@fifth.space>
Sat, 2 Dec 2017 18:04:22 +0000
(19:04 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Thu, 7 Dec 2017 18:07:48 +0000
(19:07 +0100)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index c50af69397ede67da4f7f402edc68bfcf7c47a6f..477f4fc00af5b2e95f9f9e3df7a48690b1468771 100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-29,4
+29,4
@@
LDFLAGS = -s ${LIBS}
CPPFLAGS = -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE ${INCS}
# OpenBSD 5.9+: use pledge(2)
-#CPPFLAGS
+= -DUSE_PLEDGE
+#CPPFLAGS
= -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSE_PLEDGE ${INCS}