mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
5f7e11dd42
PR: ports/105211 Submitted by: Charming Sun <snnn119@gmail.com> (maintainer)
19 lines
404 B
Plaintext
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
|
|
|