aboutsummaryrefslogtreecommitdiffstats
path: root/russian/wmcyrx/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-05-26 00:04:51 +0800
committersobomax <sobomax@FreeBSD.org>2000-05-26 00:04:51 +0800
commit315e4a3300e3471674c8e97105c341f84cfde13d (patch)
tree79346f120edccd3e9fd329a1e01f5f155b8791b2 /russian/wmcyrx/Makefile
parent27e42cc097f353131152e6a18f536c99d0ec9aaf (diff)
downloadfreebsd-ports-gnome-315e4a3300e3471674c8e97105c341f84cfde13d.tar.gz
freebsd-ports-gnome-315e4a3300e3471674c8e97105c341f84cfde13d.tar.zst
freebsd-ports-gnome-315e4a3300e3471674c8e97105c341f84cfde13d.zip
Fix a stupid patch breakage and unbreak port for gcc-2.95.
Reported by: bento
Diffstat (limited to 'russian/wmcyrx/Makefile')
-rw-r--r--russian/wmcyrx/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/russian/wmcyrx/Makefile b/russian/wmcyrx/Makefile
index 040ad749986d..f798a4303857 100644
--- a/russian/wmcyrx/Makefile
+++ b/russian/wmcyrx/Makefile
@@ -20,10 +20,16 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
NO_INSTALL_MANPAGES= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 400012
+MAKE_ENV= COPT="-fpermissive"
+.endif
+
post-extract:
@ ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/cyrx2 ${PREFIX}/bin/wmcyrx2
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>