1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/devel/loki/files/patch-test-SingletonDll-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

19 lines
404 B
Plaintext

--- test/SingletonDll/Makefile.orig Sun Jan 28 02:00:34 2007
+++ test/SingletonDll/Makefile Sun Jan 28 02:05:49 2007
@@ -8,9 +8,15 @@
LIB2 = libsingletondll.so
SHARED_LIB_FLAG = --shared
else
+ifeq ($(OS),FreeBSD)
+ LIB1 = libfoo.so
+ LIB2 = libsingletondll.so
+ SHARED_LIB_FLAG = --shared
+else
LIB1 = foo.dll
LIB2 = singletondll.dll
SHARED_LIB_FLAG = --shared
+endif
endif
endif