aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel/files/patch-libxmlsec+makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-libxmlsec+makefile.mk')
-rw-r--r--editors/openoffice.org-2-devel/files/patch-libxmlsec+makefile.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-libxmlsec+makefile.mk b/editors/openoffice.org-2-devel/files/patch-libxmlsec+makefile.mk
new file mode 100644
index 000000000000..5735c62a3298
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-libxmlsec+makefile.mk
@@ -0,0 +1,18 @@
+Issuetracker : #i56954#
+CWS : N/A
+Author : <maho@openoffice.org> (JCA)
+Description : FreeBSD porting : Passing $ORIGIN to linker at libxmlsec project
+We also want to pass -rpath $ORIGIN to linker as GNU/Linux and/or Solaris's case.
+
+--- libxmlsec/makefile.mk.org Tue Oct 25 15:00:10 2005
++++ libxmlsec/makefile.mk Tue Oct 25 15:00:28 2005
+@@ -89,6 +89,9 @@
+ .IF "$(OS)$(COM)"=="SOLARISC52"
+ LDFLAGS:=-Wl,-R'$$$$ORIGIN'
+ .ENDIF # "$(OS)$(COM)"=="SOLARISC52"
++.IF "$(OS)$(COM)"=="FREEBSDGCC"
++LDFLAGS:=-Wl,-rpath,'$$$$ORIGIN'
++.ENDIF # "$(OS)$(COM)"=="FREEBSDGCC"
+ .EXPORT: LDFLAGS
+ .ENDIF
+ CONFIGURE_DIR=