summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+app+makefile.mk
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-05-10 09:54:43 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-05-10 09:54:43 +0000
commit332463c643a0174245e3c943c0707b5c011da08d (patch)
tree72d711a67a386d3e7c460221336c07d9d7e31a97 /editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+app+makefile.mk
parentCorrect WWW. (diff)
Update to 1.1.4m54
Notes
Notes: svn path=/head/; revision=134979
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+app+makefile.mk34
1 files changed, 34 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+app+makefile.mk b/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+app+makefile.mk
new file mode 100644
index 000000000000..b298b51d3665
--- /dev/null
+++ b/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+app+makefile.mk
@@ -0,0 +1,34 @@
+http://www.openoffice.org/issues/show_bug.cgi?id=48988
+
+at configure stage, ENABLE_PASF is settend to NO.
+---config_office/configure.in start
+dnl ===================================================================
+dnl Test whether wwe want to use portaudio/sndfile
+dnl ===================================================================
+AC_MSG_CHECKING([whether to use portaudio/sndfile])
+ENABLE_PASF=NO
+if test -n "$enable_pasf"; then
+ ENABLE_PASF=YES
+ AC_MSG_RESULT([yes])
+else
+ AC_MSG_RESULT([no])
+fi
+AC_SUBST(ENABLE_PASF)
+---end
+
+Index: vcl/unx/source/app/makefile.mk
+===================================================================
+RCS file: /cvs/gsl/vcl/unx/source/app/makefile.mk,v
+retrieving revision 1.9.250.3
+diff -u -r1.9.250.3 makefile.mk
+--- vcl/unx/source/app/makefile.mk 29 Apr 2005 14:25:56 -0000 1.9.250.3
++++ vcl/unx/source/app/makefile.mk 10 May 2005 05:53:27 -0000
+@@ -113,7 +113,7 @@
+ $(SLO)$/rptpsound.obj \
+ $(SLO)$/nassound.obj
+
+-.IF "$(ENABLE_PASF)" != ""
++.IF "$(ENABLE_PASF)" == "YES"
+ CFLAGS+=-DUSE_PASF
+ .IF "$(SYSTEM_PORTAUDIO)" == "YES"
+ CFLAGS+=-DSYSTEM_PORTAUDIO