diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-03-20 09:15:57 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-03-20 09:15:57 +0000 |
commit | edc067f59bc9c29de917cab8043ed939ebb462af (patch) | |
tree | 87df3bd01655e953a42eff7009e7d75471e8ef8e /devel/tpasm/files/patch-Makefile | |
parent | Update from 0.6.28 to 0.6.29. (diff) |
- Update to version 1.4
- Install examples
- Clean up Makefile
- Pacify portlint
Notes
Notes:
svn path=/head/; revision=209416
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 = \ |