diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-10-06 12:21:27 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-10-06 12:21:27 +0000 |
commit | f299edbb13c47bbe4418f5b3ceff76580fbb0d00 (patch) | |
tree | 70beda71d533c19bbd4a93f25fdd6ba3b6fa8c65 /sys-freebsd/freebsd-lib/files | |
parent | sparc has the same csu issue as amd64 - lacking a dir to install to (diff) | |
download | gentoo-2-f299edbb13c47bbe4418f5b3ceff76580fbb0d00.tar.gz gentoo-2-f299edbb13c47bbe4418f5b3ceff76580fbb0d00.tar.bz2 gentoo-2-f299edbb13c47bbe4418f5b3ceff76580fbb0d00.zip |
sparc has the same csu issue as amd64 - lacking a dir to install to
(Portage version: 2.1.2_pre2-r2)
(Unsigned Manifest commit)
Diffstat (limited to 'sys-freebsd/freebsd-lib/files')
-rw-r--r-- | sys-freebsd/freebsd-lib/files/freebsd-lib-6.1-csu-amd64.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys-freebsd/freebsd-lib/files/freebsd-lib-6.1-csu-amd64.patch b/sys-freebsd/freebsd-lib/files/freebsd-lib-6.1-csu-amd64.patch deleted file mode 100644 index 7bf15f17a8be..000000000000 --- a/sys-freebsd/freebsd-lib/files/freebsd-lib-6.1-csu-amd64.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/csu/amd64/Makefile.orig 2006-07-04 07:49:58 -0300 -+++ lib/csu/amd64/Makefile 2006-07-04 07:50:15 -0300 -@@ -16,6 +16,7 @@ - ${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.CURDIR}/crt1.c - - realinstall: -+ mkdir ${DESTDIR}${LIBDIR} - ${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ - ${OBJS} ${DESTDIR}${LIBDIR} - |