|
Lines 61-72
Link Here
|
| 61 |
|
61 |
|
| 62 |
.include <bsd.port.pre.mk> |
62 |
.include <bsd.port.pre.mk> |
| 63 |
|
63 |
|
| 64 |
.if ${OSVERSION} >= 700042 |
|
|
| 65 |
.if ${ARCH} == "amd64" |
| 66 |
BROKEN= Does not compile with GCC 4.2 |
| 67 |
.endif |
| 68 |
.endif |
| 69 |
|
| 70 |
# Default requirements for rc script |
64 |
# Default requirements for rc script |
| 71 |
_REQUIRE= NETWORKING SERVERS |
65 |
_REQUIRE= NETWORKING SERVERS |
| 72 |
|
66 |
|
|
Lines 101-106
Link Here
|
| 101 |
--without-rlm_sql_unixodbc |
95 |
--without-rlm_sql_unixodbc |
| 102 |
|
96 |
|
| 103 |
.if ${ARCH} == amd64 |
97 |
.if ${ARCH} == amd64 |
|
|
98 |
.if ${OSVERSION} >= 700042 |
| 99 |
EXTRA_PATCHES+= ${FILESDIR}/extra-src-main-Makefile.in |
| 100 |
.endif |
| 104 |
CONFIGURE_ARGS+= --with-pic |
101 |
CONFIGURE_ARGS+= --with-pic |
| 105 |
.endif |
102 |
.endif |
| 106 |
|
103 |
|