diff options
author | jlam <jlam> | 2004-03-13 16:07:05 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-03-13 16:07:05 +0000 |
commit | e5ff9b124e03549c0eeddf84e95877aa08a3eb15 (patch) | |
tree | 4211a69cb0af4940b18f197f8fa8616974f18f1c /doc/TODO | |
parent | 84d4e9ff0fa9dc8a2b73b41b273338ba4aa3fa8b (diff) | |
download | pkgsrc-e5ff9b124e03549c0eeddf84e95877aa08a3eb15.tar.gz |
Set USE_LANGUAGES instead of USE_GCC_SHLIB as the former notes exactly why
we need to latter.
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.1509 2004/03/13 01:10:57 wiz Exp $ +$NetBSD: TODO,v 1.1510 2004/03/13 16:07:05 jlam Exp $ Suggested new packages ====================== @@ -430,8 +430,9 @@ Suggested cleanups in pkgsrc o Make packages utilize USE_X11 instead of USE_X11BASE if there is no good reason to install them into X11BASE. - o Set USE_GCC_SHLIB in packages that link against any GCC library but - are missing to define this variable. + 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 G/C pkgconfig buildlink2.mk includes and .pc files from all buildlink2.mk files |