Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / ettercap / hacks.mk
blob29cbcdd6973e0831784f6d3382c47262043093e1
1 # $NetBSD$
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