From b56c73c95f08099803c60d9e2f2584f231220d47 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 1 Mar 2011 19:51:32 +0100 Subject: misc patches needed for allmodconfig for ibm-x40-eglibc on Darwin OS * fix *.pc / *-config file handling. --- package/rdate/patches/patch-GNUmakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/rdate/patches') diff --git a/package/rdate/patches/patch-GNUmakefile b/package/rdate/patches/patch-GNUmakefile index 2cea98ffa..519d66f76 100644 --- a/package/rdate/patches/patch-GNUmakefile +++ b/package/rdate/patches/patch-GNUmakefile @@ -1,11 +1,12 @@ --- rdate.orig/GNUmakefile 2007-08-16 12:45:06.000000000 +0200 -+++ rdate/GNUmakefile 2010-02-06 02:36:00.723431141 +0100 -@@ -15,8 +15,7 @@ CPPFLAGS+= -D'__RCSID(x)=static const ch ++++ rdate/GNUmakefile 2011-02-28 22:42:06.000000000 +0100 +@@ -15,8 +15,8 @@ CPPFLAGS+= -D'__RCSID(x)=static const ch all: rdate install: - install -c -s -m 555 rdate ${DESTDIR}${BINDIR}/ - install -c -m 444 rdate.8 ${DESTDIR}${MANDIR}/man8/ ++ install -d ${DESTDIR}${BINDIR}/ + install -c -m 755 rdate ${DESTDIR}${BINDIR}/ clean: -- cgit v1.2.3