|
Lines 1-24
Link Here
|
| 1 |
# Created by: jagapen@home.com |
1 |
# Created by: jagapen@home.com |
| 2 |
|
2 |
|
| 3 |
PORTNAME= libffcall |
3 |
PORTNAME= libffcall |
| 4 |
PORTVERSION= 2.1 |
4 |
PORTVERSION= 2.4 |
| 5 |
CATEGORIES= devel |
5 |
CATEGORIES= devel |
| 6 |
MASTER_SITES= GNU |
6 |
MASTER_SITES= GNU |
| 7 |
|
7 |
|
| 8 |
MAINTAINER= ndowens@yahoo.com |
8 |
MAINTAINER= fuz@fuz.su |
| 9 |
COMMENT= Foreign function call libraries |
9 |
COMMENT= Foreign function call libraries |
| 10 |
|
10 |
|
| 11 |
LICENSE= GPLv2+ |
11 |
LICENSE= GPLv2+ |
| 12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
| 13 |
|
13 |
|
| 14 |
BROKEN_armv6= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported |
|
|
| 15 |
BROKEN_armv7= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported |
| 16 |
BROKEN_mips= fails to build: gmake[2]: No rule to make target 'avcall-mipsn32-macro.S', needed by 'avcall-mipsn32.s' |
14 |
BROKEN_mips= fails to build: gmake[2]: No rule to make target 'avcall-mipsn32-macro.S', needed by 'avcall-mipsn32.s' |
| 17 |
BROKEN_mips64= fails to build: gmake[2]: No rule to make target 'avcall-mips64-macro.S', needed by 'avcall-mips64.s' |
15 |
BROKEN_mips64= fails to build: gmake[2]: No rule to make target 'avcall-mips64-macro.S', needed by 'avcall-mips64.s' |
| 18 |
|
16 |
|
| 19 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
| 20 |
USES= gmake libtool |
18 |
USES= gmake libtool |
| 21 |
USE_GCC= yes |
|
|
| 22 |
USE_LDCONFIG= yes |
19 |
USE_LDCONFIG= yes |
| 23 |
|
20 |
|
| 24 |
CONFIGURE_ARGS= --enable-shared |
21 |
CONFIGURE_ARGS= --enable-shared |