From edc067f59bc9c29de917cab8043ed939ebb462af Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Thu, 20 Mar 2008 09:15:57 +0000 Subject: - Update to version 1.4 - Install examples - Clean up Makefile - Pacify portlint --- devel/tpasm/files/patch-Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/tpasm/files/patch-Makefile') 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 = \ -- cgit v1.2.3