ports/devel/loki/files/patch-test-Makefile
Pav Lucistnik 5f7e11dd42 - Update to 0.1.5
PR:		ports/105211
Submitted by:	Charming Sun <snnn119@gmail.com> (maintainer)
2007-01-28 01:38:11 +00:00

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)