Pullup ticket #3518.
[pkgsrcv2.git] / net / ettercap / hacks.mk
1 # $NetBSD$
2
3 ### [Wed Dec 15 12:06:48 EST 2004 : jlam]
4 ### On alpha, GCC-2.95.x gives a compiler error when building
5 ### src/ec_inet.c and src/ec_logtofile.c.  Simply require GCC>=3.0 to
6 ### avoid this problem.
7 ###
8 .if ${MACHINE_ARCH} == "alpha"
9 PKG_HACKS+=     gcc2-alpha-optimization
10 GCC_REQD+=      3.0
11 .endif