aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-11-10 17:11:44 +0800
committermiwi <miwi@FreeBSD.org>2006-11-10 17:11:44 +0800
commit27733f6c5815ba88924a4259f361cb23b41f0ba0 (patch)
tree4e17c75acc836663687ad398e3eac8aefca8afd0
parentaf8be43227de60079a192f8f62f00ef44d4004f8 (diff)
downloadfreebsd-ports-gnome-27733f6c5815ba88924a4259f361cb23b41f0ba0.tar.gz
freebsd-ports-gnome-27733f6c5815ba88924a4259f361cb23b41f0ba0.tar.zst
freebsd-ports-gnome-27733f6c5815ba88924a4259f361cb23b41f0ba0.zip
- Fix build on sparc64
Submitted by: pointyhat via kris
-rw-r--r--audio/espeak/files/patch-src-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/espeak/files/patch-src-Makefile b/audio/espeak/files/patch-src-Makefile
index a55ee4fc0e48..108f5bfaaa8f 100644
--- a/audio/espeak/files/patch-src-Makefile
+++ b/audio/espeak/files/patch-src-Makefile
@@ -24,7 +24,7 @@
x_%.o: %.cpp
- $(CXX) $(CXXFLAGS) -O2 -Wall -fpic -fvisibility=hidden -pedantic \
-+ $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(PTHREAD_CFLAGS) -Wall -fpic -pedantic \
++ $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(PTHREAD_CFLAGS) -Wall -fPIC -pedantic \
-I. -D LIBRARY -c -fno-exceptions $< -o x_$*.o
libespeak.so: $(OBJS2)