summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel/files/patch-sndfile+makefile.mk
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-06-03 04:15:35 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-06-03 04:15:35 +0000
commitd4fcc68c78512279309682d59f9efe415d0230a0 (patch)
tree3281038d1e91d7d96ed39d6a45766f6dab40d5dc /editors/openoffice.org-2-devel/files/patch-sndfile+makefile.mk
parent- Add support for detecting new version of x264. No need to rebuild (diff)
Update to m107
Notes
Notes: svn path=/head/; revision=136704
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-sndfile+makefile.mk')
-rw-r--r--editors/openoffice.org-2-devel/files/patch-sndfile+makefile.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-sndfile+makefile.mk b/editors/openoffice.org-2-devel/files/patch-sndfile+makefile.mk
deleted file mode 100644
index 234100480f33..000000000000
--- a/editors/openoffice.org-2-devel/files/patch-sndfile+makefile.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-Issutracker : #i49683#
-CWS : N/A
-Author : NAKATA Maho <maho@openoffice.org> (JCA)
-Description : -noinhibit-exec allows linking against non-existent libs
-
-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
-