From 242ce2b5feefa302f01e4fc0f983a69631c30120 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 20 Feb 2005 22:32:35 +0000 Subject: The glibc strftime padding options were MFC'd to 5-STABLE. Let's use them. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3687 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome-panel/Makefile | 3 ++- x11/gnomepanel/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 53b1309c0..c7ea13450 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -57,7 +57,8 @@ CONFIGURE_ARGS+=--disable-eds post-patch: @${REINPLACE_CMD} -e 's|@DATADIR@/|@DATADIR@/applications/|g' \ ${WRKSRC}/gnome-panel/panel-default-setup.entries.in -.if ${OSVERSION} < 600006 +.if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ + ( ${OSVERSION} < 503101 ) .for po in da.po it.po zh_CN.po zh_TW.po @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} .endfor diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index 53b1309c0..c7ea13450 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -57,7 +57,8 @@ CONFIGURE_ARGS+=--disable-eds post-patch: @${REINPLACE_CMD} -e 's|@DATADIR@/|@DATADIR@/applications/|g' \ ${WRKSRC}/gnome-panel/panel-default-setup.entries.in -.if ${OSVERSION} < 600006 +.if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ + ( ${OSVERSION} < 503101 ) .for po in da.po it.po zh_CN.po zh_TW.po @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} .endfor -- cgit v1.2.3