|
|
Remove a non-portable syntax in Makefile - stagit - static git page generator |
|
|
 |
git clone git://git.codemadness.org/stagit (git://git.codemadness.org) |
|
|
 |
Log |
|
|
 |
Files |
|
|
 |
Refs |
|
|
 |
README |
|
|
 |
LICENSE |
|
|
|
--- |
|
|
 |
commit fd3a542c94ae54c6730084f2095f3c329a70c51f |
|
|
 |
parent fb0ec82a615db929d100f6bed2f7299f91afbb5d |
|
|
 |
Author: Quentin Rameau <quinq@fifth.space> (mailto://) |
|
|
|
Date: Sat, 2 Dec 2017 19:04:22 +0100 |
|
|
|
|
|
|
|
Remove a non-portable syntax in Makefile |
|
|
|
|
|
|
|
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} |
|