Lines 17-29
Link Here
|
17 |
|
17 |
|
18 |
LIB_DEPENDS= libboost_system.so:devel/boost-libs |
18 |
LIB_DEPENDS= libboost_system.so:devel/boost-libs |
19 |
|
19 |
|
20 |
BROKEN_aarch64= does not build: libstdc++.so: undefined reference to __floatunditf@GCC_4.2.0 |
|
|
21 |
BROKEN_armv6= does not build: libstdc++.so: undefined reference to __aeabi_idiv@GCC_3.5 |
22 |
BROKEN_armv7= does not build: libstdc++.so: undefined reference to __aeabi_idiv@GCC_3.5 |
23 |
BROKEN_powerpc64= Does not build: ld: cannot find -lboost_system |
24 |
|
25 |
USE_RC_SUBR= anytermd |
20 |
USE_RC_SUBR= anytermd |
26 |
USES= gmake iconv localbase tar:tbz2 |
21 |
USES= compiler:c++11-lang gmake iconv localbase tar:tbz2 |
27 |
USE_GCC= any |
22 |
USE_GCC= any |
28 |
ALL_TARGET= default_target |
23 |
ALL_TARGET= default_target |
29 |
PLIST_FILES= man/man1/anytermd.1.gz \ |
24 |
PLIST_FILES= man/man1/anytermd.1.gz \ |
Lines 41-46
Link Here
|
41 |
-e '/^COMPILE_FLAGS=/s|$$| ${CXXFLAGS}|' \ |
36 |
-e '/^COMPILE_FLAGS=/s|$$| ${CXXFLAGS}|' \ |
42 |
-e 's|$${OPTIMISE_FLAGS}||' \ |
37 |
-e 's|$${OPTIMISE_FLAGS}||' \ |
43 |
-e 's|$$(LINK_FLAGS)|& -L${ICONV_PREFIX}/lib ${ICONV_LIB} |' \ |
38 |
-e 's|$$(LINK_FLAGS)|& -L${ICONV_PREFIX}/lib ${ICONV_LIB} |' \ |
|
|
39 |
-e 's| -L/usr/lib||' \ |
44 |
${WRKSRC}/common.mk |
40 |
${WRKSRC}/common.mk |
45 |
@${REINPLACE_CMD} \ |
41 |
@${REINPLACE_CMD} \ |
46 |
-e '/^COMPILE_FLAGS=/s|$$| ${CXXFLAGS}|' \ |
42 |
-e '/^COMPILE_FLAGS=/s|$$| ${CXXFLAGS}|' \ |