diff options
Diffstat (limited to 'devel/tpasm/files/patch-Makefile')
-rw-r--r-- | devel/tpasm/files/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/tpasm/files/patch-Makefile b/devel/tpasm/files/patch-Makefile index 94629960fa94..ef7cbd2deb42 100644 --- a/devel/tpasm/files/patch-Makefile +++ b/devel/tpasm/files/patch-Makefile @@ -4,9 +4,9 @@ # new gnu compilers have a really annoying default behavior of wrapping # error message lines. The default should be NO-WRAPPING. --OPTIONS=-O2 -Wall -x c++ -fmessage-length=0 +-OPTIONS=-O2 -Wall -x c++ -fmessage-length=0 -fno-exceptions -CFLAGS=$(INCLUDES) $(OPTIONS) -+OPTIONS=-x c++ ++OPTIONS=-x c++ -fmessage-length=0 -fno-exceptions +CFLAGS+=$(INCLUDES) $(OPTIONS) OBJECTS = \ |