ports/textproc/sxml/files/patch-examples_Makefile.in
Wen Heping 0d82c4fe62 - Update to 1.0.7
- Update LICENSE

PR:		223675
Submitted by:	takefu@airport.fm
2017-12-29 03:30:13 +00:00

11 lines
391 B
Text

--- examples/Makefile.in.orig 2008-02-05 14:03:37 UTC
+++ examples/Makefile.in
@@ -34,7 +34,7 @@ INSTALL_PROGRAM=@INSTALL_PROGRAM@ -s
INSTALL_DATA=@INSTALL_DATA@
DEFS= @DEFS@
-OPTS= -fforce-mem -fforce-addr -fstrength-reduce -funroll-loops -finline-functions
+OPTS= -fstrength-reduce -funroll-loops -finline-functions
CPPFLAGS= -I.. -L..
CFLAGS= ${DEFS} ${CPPFLAGS} ${OPTS} @CFLAGS@