Author: jbeich
Date: Mon Mar 11 07:14:30 2013
New Revision: 1209
Log:
abort build early after r1195
Modified:
trunk/Mk/bsd.gecko.mk
Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk Sun Mar 10 21:05:24 2013 (r1208)
+++ trunk/Mk/bsd.gecko.mk Mon Mar 11 07:14:30 2013 (r1209)
@@ -543,6 +543,10 @@
CPPFLAGS+= -isystem${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -Wl,-z,origin
-Wl,-rpath,\\\$$\$$ORIGIN
+.if ${OSVERSION} < 802501
+IGNORE= is not supported on EoL releases
+.endif
+
.if ${MOZILLA_VER:R:R} >= 19 || ${MOZILLA:Mseamonkey*}
# prefer clang
. if ${CC} == "cc" && (exists(/usr/bin/clang) || \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"