summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/patch-vcl+unx+source+app+makefile.mk
blob: b298b51d3665c5c9a7f324ecef15ac56bd805450 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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