From ec9c7fd2fc64232cf01b7051b1ea7b080f474d9c Mon Sep 17 00:00:00 2001 From: shatty Date: Tue, 20 Jan 2004 07:19:27 +0000 Subject: [PATCH] fix quoting error git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6191 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/media/plugins/vorbis/libvorbis/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/media/plugins/vorbis/libvorbis/Jamfile b/src/add-ons/media/plugins/vorbis/libvorbis/Jamfile index 53a2ecd454..eaf1ecd52d 100644 --- a/src/add-ons/media/plugins/vorbis/libvorbis/Jamfile +++ b/src/add-ons/media/plugins/vorbis/libvorbis/Jamfile @@ -2,7 +2,7 @@ SubDir OBOS_TOP src add-ons media plugins vorbis libvorbis ; SubDirHdrs [ FDirName $(SUBDIR) .. .. ogg libogg ] ; -SubDirCcFlags -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SQRTF=1 -DHAVE_LOGF=1 -DHAVE_EXPF=1 -DHAVE_ACOSF=1 -DHAVE_ATANF=1 -DHAVE_FREXPF=1 -DHAVE_RINTF=1 -DHAVE_FLOORF=1 ; +SubDirCcFlags -DPACKAGE=\\\"libvorbis\\\" -DVERSION=\\\"1.0\\\" -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SQRTF=1 -DHAVE_LOGF=1 -DHAVE_EXPF=1 -DHAVE_ACOSF=1 -DHAVE_ATANF=1 -DHAVE_FREXPF=1 -DHAVE_RINTF=1 -DHAVE_FLOORF=1 ; SubDirCcFlags -O20 -D__NO_MATH_INLINES -fsigned-char -DUSE_MEMORY_H -DPIC ; StaticLibrary vorbis :