mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Add USES=libtool
- Simplify CONFIGURE_TARGET logic
This commit is contained in:
parent
81781aa97f
commit
b2fe9762d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366565
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ffcall
|
||||
PORTVERSION= 1.10
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/
|
||||
MASTER_SITES+= ${MASTER_SITE_GNUSTEP}
|
||||
@ -14,19 +14,12 @@ COMMENT= Foreign function call libraries
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake libtool
|
||||
|
||||
CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
CFLAGS+= -fPIC
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
.else
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -10,9 +10,7 @@ include/trampoline_r.h
|
||||
include/vacall.h
|
||||
include/vacall_r.h
|
||||
lib/libavcall.a
|
||||
lib/libavcall.la
|
||||
lib/libcallback.a
|
||||
lib/libcallback.la
|
||||
lib/libtrampoline.a
|
||||
lib/libvacall.a
|
||||
share/html/avcall.html
|
||||
|
Loading…
Reference in New Issue
Block a user