|
Lines 19-29
Link Here
|
| 19 |
USE_MOTIF= yes |
19 |
USE_MOTIF= yes |
| 20 |
USE_X_PREFIX= yes |
20 |
USE_X_PREFIX= yes |
| 21 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
|
|
22 |
CONFIGURE_ARGS+= --with-editres \ |
| 23 |
--with-motif="motif_includes=${X11BASE}/include motif_libraries=${X11BASE}/lib" |
| 22 |
|
24 |
|
| 23 |
.include <bsd.port.pre.mk> |
25 |
.include <bsd.port.pre.mk> |
| 24 |
|
26 |
|
| 25 |
.if ${ARCH} != "i386" && ${OSVERSION} >= 600034 |
27 |
.if ${ARCH} != "i386" && ${OSVERSION} < 700000 |
| 26 |
BROKEN= Internal compiler error during build on FreeBSD >= 6.0 and !i386 |
28 |
USE_GCC=4.2+ |
| 27 |
.endif |
29 |
.endif |
| 28 |
|
30 |
|
| 29 |
.include <bsd.port.post.mk> |
31 |
.include <bsd.port.post.mk> |