pkgsrc/cross/h8300-hms-gcc/patches/patch-ac
dholland d4ca5b4773 DESTDIR support. Something I did seems to have caused it to start
installing c++filt when it wasn't before; I have no idea what, but it
seems like a net win so let's run with it. Ergo, PKGREVISION++ (again),
to 5.
2010-02-14 21:30:00 +00:00

14 lines
459 B
Text

$NetBSD: patch-ac,v 1.1 2010/02/14 21:30:00 dholland Exp $
DESTDIR support.
--- ../gcc-3.1/Makefile.in~ 2002-04-15 18:59:13.000000000 +0000
+++ ../gcc-3.1/Makefile.in
@@ -361,6 +361,7 @@ BASE_FLAGS_TO_PASS = \
"CXXFLAGS=$(CXXFLAGS)" \
"CXXFLAGS_FOR_TARGET=$(CXXFLAGS_FOR_TARGET)" \
"CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
+ "DESTDIR=$(DESTDIR)" \
"DLLTOOL_FOR_TARGET=$(DLLTOOL_FOR_TARGET)" \
"INSTALL=$(INSTALL)" \
"INSTALL_DATA=$(INSTALL_DATA)" \