Lines 22-35
Link Here
|
22 |
USE_GMAKE= yes |
22 |
USE_GMAKE= yes |
23 |
CFLAGS+= -fPIC |
23 |
CFLAGS+= -fPIC |
24 |
|
24 |
|
25 |
.include <bsd.port.pre.mk> |
|
|
26 |
|
27 |
.if !defined(WITHOUT_OPTIMIZED_CFLAGS) |
25 |
.if !defined(WITHOUT_OPTIMIZED_CFLAGS) |
28 |
CFLAGS+= -O2 -ffast-math -funroll-loops |
26 |
CFLAGS+= -O2 -ffast-math -funroll-loops |
29 |
.endif |
27 |
.endif |
30 |
|
28 |
|
31 |
.if ${OSVERSION} < 600000 |
29 |
.include <bsd.port.mk> |
32 |
BROKEN= Does not compile on 5.x |
|
|
33 |
.endif |
34 |
|
35 |
.include <bsd.port.post.mk> |