summaryrefslogtreecommitdiff
path: root/russian/wmcyrx/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-05-25 16:04:51 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-05-25 16:04:51 +0000
commit6a4a487b2173334d3019f66dccea4997551b36b5 (patch)
treed2d106ae9053e57a54af1fa8db41ee4e0a6ee855 /russian/wmcyrx/Makefile
parentFix a PLIST. (diff)
Fix a stupid patch breakage and unbreak port for gcc-2.95.
Reported by: bento
Notes
Notes: svn path=/head/; revision=28751
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>