diff options
author | P. J. McDermott <pjm@nac.net> | 2013-04-24 08:45:21 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-04-24 08:45:21 (EDT) |
commit | 18e733056c0f06a82c398d9b5dc0b662c702406f (patch) | |
tree | b34bf85db036232660171eb578bd0df63f2dea4b | |
parent | 591e5bf0fdcac44a8e8a06798e7ddc1e86c3506d (diff) |
g++-4.7-*-*-*: Add dependencies.
-rw-r--r-- | g++-4.7.pkg.in/control | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/g++-4.7.pkg.in/control b/g++-4.7.pkg.in/control index 02b586d..b2e8aff 100644 --- a/g++-4.7.pkg.in/control +++ b/g++-4.7.pkg.in/control @@ -1,6 +1,13 @@ 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}, + gcc-4.7-@PKG_TARGET_ARCH@ (= ${Binary-Version}), + libstdc++.6-4.7-dev (= ${Binary-Version}), + libc.6, + libgmp.10, + libmpc.2, + libmpfr.4, + libz.1, Suggests: gcc-4.7-locales (>= ${Binary-Version}) Description: GNU C compiler The C language front end for the GNU compiler collection. |