summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files/patch-libxmlsec+makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2.0/files/patch-libxmlsec+makefile.mk')
-rw-r--r--editors/openoffice.org-2.0/files/patch-libxmlsec+makefile.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/editors/openoffice.org-2.0/files/patch-libxmlsec+makefile.mk b/editors/openoffice.org-2.0/files/patch-libxmlsec+makefile.mk
deleted file mode 100644
index 5735c62a3298..000000000000
--- a/editors/openoffice.org-2.0/files/patch-libxmlsec+makefile.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-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=