mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
00075f2100
commit
80fa3d43ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360564
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= iec16022
|
||||
PORTVERSION= 0.2.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://datenfreihafen.org/~stefan/iec16022/ \
|
||||
CRITICAL
|
||||
@ -16,9 +17,9 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= pkgconfig
|
||||
USES= libtool pkgconfig
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/iec16022.c \
|
||||
|
@ -2,9 +2,9 @@ bin/iec16022
|
||||
include/iec16022/iec16022ecc200.h
|
||||
include/iec16022/image.h
|
||||
include/iec16022/reedsol.h
|
||||
lib/libiec16022.so
|
||||
lib/libiec16022.so.0.0.0
|
||||
lib/libiec16022.so.0
|
||||
lib/libiec16022.la
|
||||
lib/libiec16022.so
|
||||
lib/libiec16022.a
|
||||
libdata/pkgconfig/libiec16022.pc
|
||||
man/man1/iec16022.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user