|
Lines 12-31
Link Here
|
| 12 |
|
12 |
|
| 13 |
LICENSE= LGPL21 |
13 |
LICENSE= LGPL21 |
| 14 |
|
14 |
|
| 15 |
BROKEN_mips= fails to compile: unrecognized command line option "-std=gnu++03" |
|
|
| 16 |
BROKEN_mips64= fails to compile: unrecognized command line option "-std=gnu++03" |
| 17 |
BROKEN_powerpc64= fails to compile: unrecognized command line option "-std=gnu++03" |
| 18 |
|
| 19 |
GNU_CONFIGURE= yes |
15 |
GNU_CONFIGURE= yes |
| 20 |
USES= pkgconfig gmake libtool |
16 |
USES= compiler:gcc-c++11-lib pkgconfig gmake libtool localbase:ldflags |
| 21 |
USE_LDCONFIG= yes |
17 |
USE_LDCONFIG= yes |
| 22 |
INSTALL_TARGET= install-strip |
18 |
INSTALL_TARGET= install-strip |
| 23 |
USE_GCC= any # otherwise graphics/makehuman won't link |
|
|
| 24 |
USE_CXXSTD= gnu++03 # The port is not compatible with C++11 and later. |
19 |
USE_CXXSTD= gnu++03 # The port is not compatible with C++11 and later. |
| 25 |
|
20 |
|
| 26 |
CPPFLAGS+= -I${LOCALBASE}/include |
|
|
| 27 |
LDFLAGS+= -L${LOCALBASE}/lib |
| 28 |
|
| 29 |
PORTDOCS= * |
21 |
PORTDOCS= * |
| 30 |
|
22 |
|
| 31 |
OPTIONS_DEFINE= DOCS |
23 |
OPTIONS_DEFINE= DOCS |