summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files/patch-sndfile+makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2.0/files/patch-sndfile+makefile.mk')
-rw-r--r--editors/openoffice.org-2.0/files/patch-sndfile+makefile.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0/files/patch-sndfile+makefile.mk b/editors/openoffice.org-2.0/files/patch-sndfile+makefile.mk
new file mode 100644
index 000000000000..df33e5cb4c25
--- /dev/null
+++ b/editors/openoffice.org-2.0/files/patch-sndfile+makefile.mk
@@ -0,0 +1,16 @@
+Index: sndfile/makefile.mk
+===================================================================
+RCS file: /cvs/external/sndfile/makefile.mk,v
+retrieving revision 1.5
+diff -u -r1.5 makefile.mk
+--- sndfile/makefile.mk 30 Mar 2005 08:52:06 -0000 1.5
++++ sndfile/makefile.mk 5 Apr 2005 01:23:46 -0000
+@@ -81,7 +81,7 @@
+ CONFIGURE_DIR=
+
+ CONFIGURE_ACTION=./configure --with-pic
+-.IF "$(COM)" == "GCC" && "$(OS)" != "MACOSX"
++.IF "$(COM)" == "GCC" && "$(OS)" != "MACOSX" && "$(OS)" != "FREEBSD"
+ CONFIGURE_FLAGS=LDFLAGS=-Wl,-noinhibit-exec
+ .ENDIF
+