summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/patch-libxmlsec+makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files/patch-libxmlsec+makefile.mk')
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-libxmlsec+makefile.mk17
1 files changed, 11 insertions, 6 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-libxmlsec+makefile.mk b/editors/openoffice.org-2.0-devel/files/patch-libxmlsec+makefile.mk
index 5735c62a3298..4e674ce211f0 100644
--- a/editors/openoffice.org-2.0-devel/files/patch-libxmlsec+makefile.mk
+++ b/editors/openoffice.org-2.0-devel/files/patch-libxmlsec+makefile.mk
@@ -4,15 +4,20 @@ 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 @@
+Index: libxmlsec/makefile.mk
+===================================================================
+RCS file: /cvs/external/libxmlsec/makefile.mk,v
+retrieving revision 1.7
+diff -u -r1.7 makefile.mk
+--- libxmlsec/makefile.mk 28 Dec 2005 16:58:06 -0000 1.7
++++ libxmlsec/makefile.mk 5 Jan 2006 12:34:24 -0000
+@@ -98,6 +98,9 @@
.IF "$(OS)$(COM)"=="SOLARISC52"
- LDFLAGS:=-Wl,-R'$$$$ORIGIN'
+ xmlsec_LDFLAGS+=-Wl,-R'$$$$ORIGIN'
.ENDIF # "$(OS)$(COM)"=="SOLARISC52"
+.IF "$(OS)$(COM)"=="FREEBSDGCC"
+LDFLAGS:=-Wl,-rpath,'$$$$ORIGIN'
+.ENDIF # "$(OS)$(COM)"=="FREEBSDGCC"
+ LDFLAGS:=$(xmlsec_LDFLAGS)
.EXPORT: LDFLAGS
- .ENDIF
- CONFIGURE_DIR=
+