From 8efc129922db9454749ff49ccf9d9311446afa13 Mon Sep 17 00:00:00 2001 From: netchild Date: Tue, 17 Sep 2002 13:01:26 +0000 Subject: Slave port of devel/stlport for Intels C/C++ compiler. This is a proof of concept and needs some improvements (it overwrites the includes of devel/stlport). It doesn't compile on -current at the moment because of some gcc specific system headers. Submitted by: marius@alchemy.franken.de --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index e3efa9236e61..05befe240795 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -754,6 +754,7 @@ SUBDIR += splint SUBDIR += st SUBDIR += stlport + SUBDIR += stlport-icc SUBDIR += str SUBDIR += strace SUBDIR += styx -- cgit