summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/patch-sndfile+libsndfile-1.0.9.patch
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-3/files/patch-sndfile+libsndfile-1.0.9.patch
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-3/files/patch-sndfile+libsndfile-1.0.9.patch')
-rw-r--r--editors/openoffice-3/files/patch-sndfile+libsndfile-1.0.9.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/editors/openoffice-3/files/patch-sndfile+libsndfile-1.0.9.patch b/editors/openoffice-3/files/patch-sndfile+libsndfile-1.0.9.patch
deleted file mode 100644
index 71a8f2292f2a..000000000000
--- a/editors/openoffice-3/files/patch-sndfile+libsndfile-1.0.9.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Issutracker : #i49684#
-CWS : N/A
-Author : NAKATA Maho <maho@openoffice.org> (JCA)
-Description : correct shared lib number
-
-Index: libsndfile-1.0.9.patch
-===================================================================
-RCS file: /cvs/external/sndfile/libsndfile-1.0.9.patch,v
-retrieving revision 1.1
-diff -u -r1.1 libsndfile-1.0.9.patch
---- sndfile/libsndfile-1.0.9.patch 6 Oct 2004 11:49:36 -0000 1.1
-+++ sndfile/libsndfile-1.0.9.patch 22 May 2005 02:01:17 -0000
-@@ -231,3 +231,24 @@
-
- #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL
-
-+*** misc/libsndfile-1.0.9/ltmain.sh Sat Mar 27 13:02:07 2004
-+--- misc/build/libsndfile-1.0.9/ltmain.sh Mon Mar 28 16:37:47 2005
-+***************
-+*** 2980,2987 ****
-+ ;;
-+
-+ freebsd-elf)
-+! major=".$current"
-+! versuffix=".$current";
-+ ;;
-+
-+ irix | nonstopux)
-+--- 2980,2987 ----
-+ ;;
-+
-+ freebsd-elf)
-+! major=.`expr $current - $age`
-+! versuffix="$major.$age.$revision"
-+ ;;
-+
-+ irix | nonstopux)