|
|
remove a non-portable syntax in Makefile - stagit-gopher - static git page generator for gopher |
|
|
 |
git clone git://git.codemadness.org/stagit-gopher (git://git.codemadness.org) |
|
|
 |
Log |
|
|
 |
Files |
|
|
 |
Refs |
|
|
 |
README |
|
|
 |
LICENSE |
|
|
|
--- |
|
|
 |
commit 902828a91ad47f2a7351b44f7d589e20085fc557 |
|
|
 |
parent 6eabee1500b2ff4872a4dff7bd78b57ff83603fc |
|
|
 |
Author: Hiltjo Posthuma <hiltjo@codemadness.org> (mailto://) |
application/vnd.lotus-organizer |
|
|
Date: Sun, 21 Jan 2018 15:24:03 +0100 |
|
|
|
|
|
|
|
remove a non-portable syntax in Makefile |
|
|
|
|
|
|
|
sync from stagit, by Quentin Rameau. |
|
|
|
|
|
|
|
Diffstat: |
|
|
|
M config.mk | 2 +- |
|
|
|
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
--- |
|
|
 |
diff --git 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} |
|