summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel/files/patch-libxmlsec+makefile.mk
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-10-31 08:01:25 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-10-31 08:01:25 +0000
commit1ee5d93376e0fe4c3eb57c51418612ca4c5f2dea (patch)
tree04339db0dfc4e33f69ae5ecbceae2bf79f4f1048 /editors/openoffice.org-2-devel/files/patch-libxmlsec+makefile.mk
parento cosmetic changes, fix typos (diff)
Update to m136
o cosmetic changes, fix typos o use libart instead of GPC[1] o remove BROKEN for old FreeBSDs, IMHO this is too strict. o build crashreport Implicitly suggested by: "Mikhail T." <mi@aldan.algebra.com>[1]
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=