Force gdb6 into disc1 for amd64, sparc64, and ia64
(until they have /usr/src gdb support)
This commit is contained in:
parent
29906c8dfd
commit
404c3c841f
@ -74,6 +74,9 @@ CDROM_SET_1="${CDROM_SET_1} emulators/osf1_base"
|
||||
elif [ "X${PKG_ARCH}" = "Xi386" ]; then
|
||||
CDROM_SET_1="${CDROM_SET_1} emulators/linux_base"
|
||||
fi
|
||||
if [ "X${PKG_ARCH}" = "Xamd64" -o "X${PKG_ARCH}" = "Xsparc64" -o "X${PKG_ARCH}" = "Xia64" ]; then
|
||||
CDROM_SET_1="${CDROM_SET_1} devel/gdb6"
|
||||
fi
|
||||
CDROM_SET_1="${CDROM_SET_1} lang/perl5"
|
||||
CDROM_SET_1="${CDROM_SET_1} mail/exim"
|
||||
CDROM_SET_1="${CDROM_SET_1} mail/postfix"
|
||||
|
Loading…
Reference in New Issue
Block a user