[Midnightbsd-cvs] mports: Makefile: Fix OSVERSION.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Thu Jan 1 22:06:56 EST 2009


Log Message:
-----------
Fix OSVERSION.

Modified Files:
--------------
    mports/textproc/enchant:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/enchant/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L textproc/enchant/Makefile -L textproc/enchant/Makefile -u -r1.2 -r1.3
--- textproc/enchant/Makefile
+++ textproc/enchant/Makefile
@@ -71,11 +71,9 @@
 post-patch:
 	@${REINPLACE_CMD} -e 's|MKDIRPROG-mkdir|MKDIRPROG-mkdir -p|g' \
 		${WRKSRC}/install-sh
-.if ${OSVERSION} < 700042
 	@${REINPLACE_CMD} -E -e "s|-Wunsafe-loop-optimizations ||g" \
 		-e "s|-Wno-missing-field-initializers ||g" \
 		-e "s|-Wno-attributes ||g" \
 			${WRKSRC}/configure
-.endif
 
 .include <bsd.port.post.mk>


More information about the Midnightbsd-cvs mailing list