diff options
Diffstat (limited to 'devel/loki/files/patch-test-SingletonDll-Makefile')
-rw-r--r-- | devel/loki/files/patch-test-SingletonDll-Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/loki/files/patch-test-SingletonDll-Makefile b/devel/loki/files/patch-test-SingletonDll-Makefile deleted file mode 100644 index 08414f1242a3..000000000000 --- a/devel/loki/files/patch-test-SingletonDll-Makefile +++ /dev/null @@ -1,18 +0,0 @@ ---- 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 - |