From 3e828a1409a7276ac875878367649805af8174a5 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 20 Feb 2005 22:36:03 +0000 Subject: The glibc strftime padding options were MFC'd to 5-STABLE. Let's use them. --- x11/gdm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11/gdm/Makefile') diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 3e396b5c4636..2e7c70fd63e5 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -53,7 +53,8 @@ post-extract: ${FILESDIR}/gdm.sh.sample > ${WRKSRC}/gdm.sh.sample post-patch: -.if ${OSVERSION} < 600006 +.if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ + ( ${OSVERSION} < 503101 ) .for po in zh_CN.po @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} .endfor -- cgit