summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-07-03 13:53:47 +0000
committerwiz <wiz@pkgsrc.org>2004-07-03 13:53:47 +0000
commitc139d0688aedb64ad4222ac476106e1a0f0f120a (patch)
tree2d260ee4bdd3c581500eadec987388b43efb45e4 /doc/TODO
parentacd4527fabb58fd8cb33ec352c544abca5f2437d (diff)
downloadpkgsrc-c139d0688aedb64ad4222ac476106e1a0f0f120a.tar.gz
+ Deprecate USE_GCC_SHLIB by using USE_LANGUAGES appropriately.
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index f5e9832e5ae..14c8de97aab 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.1891 2004/07/03 12:03:11 wiz Exp $
+$NetBSD: TODO,v 1.1892 2004/07/03 13:53:47 wiz Exp $
Suggested new packages
======================
@@ -512,3 +512,5 @@ Suggested cleanups in pkgsrc
o Set USE_LANGUAGES appropriately in packages that use C++, Fortran,
or Objective-C so that the correct type of compiler dependency is
set.
+
+ o Deprecate USE_GCC_SHLIB by using USE_LANGUAGES appropriately.