From ae33ef37fda27ac0e5795cc694589a8ec33298c7 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 9 Mar 2001 13:01:35 +0000 Subject: =?UTF-8?q?*=20Found=20a=20new=20mastersite=20for=20the=20patches.?= =?UTF-8?q?=20=20Also=20found=20more=20patches=20there.=20*=20Fix=20the=20?= =?UTF-8?q?build=20problem=20that=20was=20created=20when=20bsd.port.mk=20s?= =?UTF-8?q?tarted=20setting=20=20=20CXXFLAGS=20in=20MAKE=5FENV.=20=20The?= =?UTF-8?q?=20problem=20is=20if=20a=20port=20uses=20a=20BSD-style=20Makefi?= =?UTF-8?q?le=20=20=20and=20C++,=20sys.mk=20will=20not=20craft=20a=20prope?= =?UTF-8?q?r=20CXXFLAGS=20because=20it=20uses=20"=3D=3F".?= --- devel/libg++/files/Makefile.libg++ | 3 +++ 1 file changed, 3 insertions(+) (limited to 'devel/libg++/files') diff --git a/devel/libg++/files/Makefile.libg++ b/devel/libg++/files/Makefile.libg++ index e9be473bc567..df5d0739119d 100644 --- a/devel/libg++/files/Makefile.libg++ +++ b/devel/libg++/files/Makefile.libg++ @@ -11,6 +11,9 @@ DESTDIR= ${PREFIX} LIBDIR= /lib CFLAGS+= -I./libg++/src -I./librx -I/usr/include/g++ +# work around a nasty interaction between bsd.port.mk which prevents +# sys.mk from crafting a proper CXXFLAGS +CXXFLAGS+= ${CFLAGS} # This Makefile was created extracting the libstdc++-2.8.1.1 distribution # and then extracting the libg++-2.8.1.3 distribution w/in that. -- cgit v1.2.3