Lines 17-33
Link Here
|
17 |
|
17 |
|
18 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
19 |
USE_LDCONFIG= yes |
19 |
USE_LDCONFIG= yes |
20 |
USE_GCC= 4.2+ |
|
|
21 |
|
22 |
.if ${MACHINE_ARCH} == "i386" |
23 |
# Mayby not working on i386/i486/i586... |
24 |
CONFIGURE_ARGS= CFLAGS="${CFLAGS} -march=i686" CXXFLAGS="${CXXFLAGS} -march=i686" |
25 |
.endif |
26 |
|
20 |
|
27 |
.include <bsd.port.pre.mk> |
21 |
.include <bsd.port.pre.mk> |
28 |
|
22 |
|
29 |
.if ${ARCH} == "sparc64" |
23 |
.if ${ARCH} == "sparc64" |
30 |
BROKEN= Does not configure on sparc64: sync_* atomic operations are not supported |
24 |
# required for __sync _* atomic operations on sparc |
|
|
25 |
USE_GCC= 4.3+ |
26 |
.else |
27 |
USE_GCC= 4.2+ |
28 |
.endif |
29 |
|
30 |
.if ${ARCH} == "i386" |
31 |
# Mayby not working on i386/i486/i586... |
32 |
CONFIGURE_ARGS= CFLAGS="${CFLAGS} -march=i686" CXXFLAGS="${CXXFLAGS} -march=i686" |
31 |
.endif |
33 |
.endif |
32 |
|
34 |
|
33 |
.include <bsd.port.post.mk> |
35 |
.include <bsd.port.post.mk> |