mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
12 lines
303 B
Text
12 lines
303 B
Text
--- test/Makefile.orig Mon Nov 6 20:45:11 2006
|
|
+++ test/Makefile Mon Nov 6 20:49:04 2006
|
|
@@ -1,5 +1,9 @@
|
|
export CPPFLAGS = -I../../include -DNDEBUG
|
|
+ifeq ($(OS),FreeBSD)
|
|
+export LDFLAGS = -L../../lib -pthread
|
|
+else
|
|
export LDFLAGS = -L../../lib
|
|
+endif
|
|
export LDLIBS = -lloki
|
|
|
|
ifeq ($(OS),Windows)
|