diff options
author | P. J. McDermott <pjm@nac.net> | 2013-04-24 08:35:49 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-04-24 08:35:49 (EDT) |
commit | 591e5bf0fdcac44a8e8a06798e7ddc1e86c3506d (patch) | |
tree | a10038377f3622c5dd306585e63bb833556f4bb7 /cpp-4.7.pkg.in/control | |
parent | bd812af54d389ae3a39019ce82aba9dc054b6fc9 (diff) |
cpp-4.7-*-*-*: Add dependency on libc.6.
Diffstat (limited to 'cpp-4.7.pkg.in/control')
-rw-r--r-- | cpp-4.7.pkg.in/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp-4.7.pkg.in/control b/cpp-4.7.pkg.in/control index 084d4ef..ae29921 100644 --- a/cpp-4.7.pkg.in/control +++ b/cpp-4.7.pkg.in/control @@ -1,7 +1,7 @@ Architecture: i686-any-any core-any-any k8-any-any amd64-any-any @PKG_TARGET_ARCH@ Platform: all Depends: gcc-4.7-common (= ${Binary-Version}, - libmpc.2, libmpfr.4, libgmp.10, libz.1 + libc.6, libmpc.2, libmpfr.4, libgmp.10, libz.1 Suggests: gcc-4.7-locales (>= ${Binary-Version}) Description: GNU C preprocessor A macro processor that is used automatically by the C compiler to transform |