You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-freebsd/freebsd-lib/files/freebsd-lib-6.1-csu.patch

21 lines
655 B

--- 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:
+ ${INSTALL} -d ${DESTDIR}${LIBDIR}
${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
${OBJS} ${DESTDIR}${LIBDIR}
--- lib/csu/sparc64/Makefile.orig 2006-10-06 15:13:55 +0100
+++ lib/csu/sparc64/Makefile 2006-10-06 15:15:06 +0100
@@ -15,6 +15,7 @@
${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}
realinstall:
+ ${INSTALL} -d ${DESTDIR}${LIBDIR}
${INSTALL} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
${OBJS} ${DESTDIR}${LIBDIR}