From ebc5963265c39bb59532d4c997ed64192ac26ecc Mon Sep 17 00:00:00 2001 From: sturm Date: Thu, 14 May 2009 19:24:06 +0000 Subject: [PATCH] unbreak build on sparc64...again --- audio/espeak/Makefile | 4 ++-- audio/espeak/patches/patch-src_Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile index 536ee4c9261..699126dd938 100755 --- a/audio/espeak/Makefile +++ b/audio/espeak/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2009/04/16 16:39:17 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.5 2009/05/14 19:24:06 sturm Exp $ COMMENT= compact speech synthesizer DISTNAME= espeak-1.40.02-source -PKGNAME= ${DISTNAME:S/-source//}p0 +PKGNAME= ${DISTNAME:S/-source//}p1 SHARED_LIBS= espeak 0.0 CATEGORIES= audio devel diff --git a/audio/espeak/patches/patch-src_Makefile b/audio/espeak/patches/patch-src_Makefile index 96c423ada4b..89320e19740 100755 --- a/audio/espeak/patches/patch-src_Makefile +++ b/audio/espeak/patches/patch-src_Makefile @@ -1,4 +1,4 @@ -$OpenBSD: patch-src_Makefile,v 1.5 2009/04/16 16:39:17 ajacoutot Exp $ +$OpenBSD: patch-src_Makefile,v 1.6 2009/05/14 19:24:06 sturm Exp $ --- src/Makefile.orig Mon Dec 22 23:37:41 2008 +++ src/Makefile Thu Apr 16 18:33:32 2009 @@ -1,6 +1,5 @@ @@ -70,7 +70,7 @@ $OpenBSD: patch-src_Makefile,v 1.5 2009/04/16 16:39:17 ajacoutot Exp $ x_%.o: %.cpp - $(CXX) $(CXXFLAGS) $(USE_AUDIO) -Wall -fpic -fvisibility=hidden -pedantic \ - -I. -D LIBRARY -c -fno-exceptions $< -o x_$*.o -+ $(CXX) $(CXXFLAGS) -pthread $(USE_AUDIO) -Wall -fpic -pedantic \ ++ $(CXX) $(CXXFLAGS) -pthread $(USE_AUDIO) -Wall -fPIC -DPIC -pedantic \ + -I. -DLIBRARY -DPATH_ESPEAK_DATA=\"$(DATADIR)\" -c -fno-exceptions $< -o x_$*.o $(LIB_NAME): $(OBJS2)