diff options
author | jlam <jlam> | 2000-07-14 06:51:16 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-07-14 06:51:16 +0000 |
commit | 0e90f2e9d0ba4c168fab3e852984b15c508cb625 (patch) | |
tree | 18cbcea76a91b9d80e86afb1a8522b4b5352448d /devel/gtl/pkg | |
parent | fa481bf184da65582420a3cca0594aa38ea09a94 (diff) | |
download | pkgsrc-0e90f2e9d0ba4c168fab3e852984b15c508cb625.tar.gz |
Force GTL to use SGI STL as the egcs-1.1.2 copy of the STL is not
sufficient.
Diffstat (limited to 'devel/gtl/pkg')
-rw-r--r-- | devel/gtl/pkg/MESSAGE | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/gtl/pkg/MESSAGE b/devel/gtl/pkg/MESSAGE new file mode 100644 index 00000000000..4ddcdd73fb5 --- /dev/null +++ b/devel/gtl/pkg/MESSAGE @@ -0,0 +1,7 @@ +========================================================================== +$NetBSD: MESSAGE,v 1.1 2000/07/14 06:51:18 jlam Exp $ + +If your project uses GTL, then you will need to pass +"-I@LOCALBASE@/include/sgi-stl" to the compiler so that it may +find the SGI STL headers. +========================================================================== |