aboutsummaryrefslogtreecommitdiffstats
path: root/audio/espeak/files
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-09-03 08:16:56 +0800
committerrafan <rafan@FreeBSD.org>2006-09-03 08:16:56 +0800
commit6eb2059731f23e742d7833d984f8b33afc09a90f (patch)
tree9bd699b2ce29bdaae68f4ed6259aabf3382c25e0 /audio/espeak/files
parent6efd968285e3f84970f05e2a8374fac01ad0a821 (diff)
downloadfreebsd-ports-gnome-6eb2059731f23e742d7833d984f8b33afc09a90f.tar.gz
freebsd-ports-gnome-6eb2059731f23e742d7833d984f8b33afc09a90f.tar.zst
freebsd-ports-gnome-6eb2059731f23e742d7833d984f8b33afc09a90f.zip
- Update to 1.13
- Mark it as broken on 4.x: requires iswdigit(3) PR: ports/102782 Submitted by: Nicola Vitale <nivit at email.it> (maintainer)
Diffstat (limited to 'audio/espeak/files')
-rw-r--r--audio/espeak/files/patch-src-Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/espeak/files/patch-src-Makefile b/audio/espeak/files/patch-src-Makefile
index 7992b9f433b0..c1f4d2a54844 100644
--- a/audio/espeak/files/patch-src-Makefile
+++ b/audio/espeak/files/patch-src-Makefile
@@ -1,6 +1,5 @@
-$FreeBSD$
---- src/Makefile Sat Feb 18 11:58:02 2006
-+++ src/Makefile.port Sat Mar 25 13:29:06 2006
+--- src/Makefile Thu Apr 6 17:40:54 2006
++++ src/Makefile.port Sat Sep 2 12:03:47 2006
@@ -1,13 +1,13 @@
SRCS=$(wildcard *.cpp)
OBJS=$(patsubst %.cpp,%.o,$(SRCS))
@@ -9,12 +8,12 @@ $FreeBSD$
all: speak
.cpp.o:
-- $(CXX) $(CXXFLAGS) -I. -c $<
-+ $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(PTHREAD_CFLAGS) -I. -c $<
+- $(CXX) $(CXXFLAGS) -O2 -Wall -pedantic -I. -c -fno-exceptions $<
++ $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(PTHREAD_CFLAGS) -Wall -pedantic -I. -c -fno-exceptions $<
speak: $(OBJS)
- $(CXX) -o $@ $(OBJS) $(LIBS)
+ $(CXX) $(PTHREAD_LIBS) -o $@ $(OBJS) $(LIBS)
clean:
- rm -f *.o
+ rm -f *.o *~