diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-21 06:32:35 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-21 06:32:35 +0800 |
commit | 242ce2b5feefa302f01e4fc0f983a69631c30120 (patch) | |
tree | 28b6d2b1168b6f3a52980834cb6cd69f8d13c74f /x11/gnomepanel | |
parent | 65819abc9779a3a49c60312dcf81edcb5ae696ff (diff) | |
download | marcuscom-ports-242ce2b5feefa302f01e4fc0f983a69631c30120.tar marcuscom-ports-242ce2b5feefa302f01e4fc0f983a69631c30120.tar.gz marcuscom-ports-242ce2b5feefa302f01e4fc0f983a69631c30120.tar.bz2 marcuscom-ports-242ce2b5feefa302f01e4fc0f983a69631c30120.tar.lz marcuscom-ports-242ce2b5feefa302f01e4fc0f983a69631c30120.tar.xz marcuscom-ports-242ce2b5feefa302f01e4fc0f983a69631c30120.tar.zst marcuscom-ports-242ce2b5feefa302f01e4fc0f983a69631c30120.zip |
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
Diffstat (limited to 'x11/gnomepanel')
-rw-r--r-- | x11/gnomepanel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |