diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-29 10:06:02 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-29 10:06:02 +0000 |
commit | 724fe38c0ff0b8f8fcf864b9e4747577f44fa517 (patch) | |
tree | 80f20e1c457d55adddd1c915bc3f11c024bbd752 /lang | |
parent | - Update to 0.12 (diff) |
The linuxulator does not support Linux amd64 code. When ${ARCH} is
amd64, use the i386 RPM packages.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/linux-libgcc/Makefile | 1 | ||||
-rw-r--r-- | lang/linux-libgcc/distinfo.amd64 | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lang/linux-libgcc/Makefile b/lang/linux-libgcc/Makefile index 5d9395608bf1..425860b66729 100644 --- a/lang/linux-libgcc/Makefile +++ b/lang/linux-libgcc/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgcc DISTVERSION= 3.4.4-2 +PORTREVISION= 1 CATEGORIES= lang linux MASTER_SITE_SUBDIR= updates/3/${LINUX_ARCH}/ DISTNAME= ${PORTNAME}-${DISTVERSION}.fc3 diff --git a/lang/linux-libgcc/distinfo.amd64 b/lang/linux-libgcc/distinfo.amd64 deleted file mode 100644 index 37b589df7b2d..000000000000 --- a/lang/linux-libgcc/distinfo.amd64 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libgcc-3.4.4-2.fc3.x86_64.rpm) = a6a09c9f901a0b69bcce9430e0b5c561 -SHA256 (libgcc-3.4.4-2.fc3.x86_64.rpm) = 144497c7c1198797660bb95085a29698b89b44e1cb8ea8025587beede6b28767 -SIZE (libgcc-3.4.4-2.fc3.x86_64.rpm) = 60899 |