summaryrefslogtreecommitdiff
path: root/net/omniORB/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/omniORB/patches/patch-ae')
-rw-r--r--net/omniORB/patches/patch-ae17
1 files changed, 14 insertions, 3 deletions
diff --git a/net/omniORB/patches/patch-ae b/net/omniORB/patches/patch-ae
index 8faa66d3262..a0235b15115 100644
--- a/net/omniORB/patches/patch-ae
+++ b/net/omniORB/patches/patch-ae
@@ -1,8 +1,19 @@
-$NetBSD: patch-ae,v 1.2 2011/01/01 05:43:28 obache Exp $
+$NetBSD: patch-ae,v 1.3 2012/01/29 04:03:17 sbd Exp $
---- mk/beforeauto.mk.in.orig 2009-06-18 08:45:32.000000000 +0000
+--- mk/beforeauto.mk.in.orig 2010-11-22 23:00:44.000000000 +0000
+++ mk/beforeauto.mk.in
-@@ -1062,10 +1062,27 @@ OMNITHREAD_LIB += -pthread
+@@ -768,6 +768,10 @@ IMPORT_CPPFLAGS += -D__linux__
+ OMNITHREAD_POSIX_CPPFLAGS = -DNoNanoSleep -DPthreadDraftVersion=10
+ OMNITHREAD_CPPFLAGS = -D_REENTRANT
+ OMNITHREAD_LIB += -lpthread
++
++CLINKOPTIONS = $(CDEBUGFLAGS) $(COPTIONS) -Wl,-rpath,$(INSTALLLIBDIR)
++CXXLINKOPTIONS = $(CXXDEBUGFLAGS) $(CXXOPTIONS) -Wl,-rpath,$(INSTALLLIBDIR)
++SharedLibraryPlatformLinkFlagsTemplate = $(CXXLINKOPTIONS) -shared -Wl,-soname,$$soname
+ endif
+
+ ###################
+@@ -1072,10 +1076,27 @@ OMNITHREAD_LIB += -pthread
endif
###################