Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile: Add NetBSD compile flags - sacc - sacc - sacc(omys), simple console g…
git clone git://git.codemadness.org/sacc
Log
Files
Refs
LICENSE
---
commit b567fedfe014dc5c795b5bc8703bc187efd13e27
parent 6b0f1c92c58fcff0de4724a1c005264e86794244
Author: Quentin Rameau <[email protected]>
Date: Wed, 20 Jul 2022 23:30:14 +0200
Makefile: Add NetBSD compile flags
Diffstat:
M config.mk | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/config.mk b/config.mk
@@ -28,6 +28,9 @@ IOCFLAGS = -DUSE_TLS
# Linux, OpenBSD
OSCFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_GNU_SOURCE
OSLDFLAGS =
+# NetBSD, using default pkgsrc path
+#OSCFLAGS = -I/usr/pkg/include
+#OSLDFLAGS = -L/usr/pkg/lib -R/usr/pkg/lib
# FreeBSD
#OSCFLAGS = -I/usr/local/include
#OSLDFLAGS = -L/usr/local/lib
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.