summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-02-20 22:36:03 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-02-20 22:36:03 +0000
commit558039027741371831bb0bd8eb9e30ab73f11351 (patch)
tree03d0b3f3fcea305320ca9496f20240e885398a81 /x11
parentAdd 'Categories' in linux-opera.desktop and move it from (diff)
The glibc strftime padding options were MFC'd to 5-STABLE. Let's use them.
Notes
Notes: svn path=/head/; revision=129422
Diffstat (limited to 'x11')
-rw-r--r--x11/gdm/Makefile3
-rw-r--r--x11/gnome-panel/Makefile3
-rw-r--r--x11/gnomepanel/Makefile3
3 files changed, 6 insertions, 3 deletions
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
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
index a83b67a59fb0..d28b9bf69171 100644
--- a/x11/gnome-panel/Makefile
+++ b/x11/gnome-panel/Makefile
@@ -53,7 +53,8 @@ CONFIGURE_ARGS+=--enable-eds
CONFIGURE_ARGS+=--disable-eds
.endif
-.if ${OSVERSION} < 600006
+.if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \
+ ( ${OSVERSION} < 503101 )
post-patch:
.for po in da.po it.po zh_CN.po zh_TW.po
@${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po}
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile
index a83b67a59fb0..d28b9bf69171 100644
--- a/x11/gnomepanel/Makefile
+++ b/x11/gnomepanel/Makefile
@@ -53,7 +53,8 @@ CONFIGURE_ARGS+=--enable-eds
CONFIGURE_ARGS+=--disable-eds
.endif
-.if ${OSVERSION} < 600006
+.if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \
+ ( ${OSVERSION} < 503101 )
post-patch:
.for po in da.po it.po zh_CN.po zh_TW.po
@${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po}