mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Fix build.
Reported by: pav (via pointyhat)
This commit is contained in:
parent
21e62fd3b4
commit
0eb06af215
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223614
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= afflib
|
||||
PORTVERSION= 3.2.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.afflib.org/downloads/
|
||||
|
||||
@ -25,12 +26,16 @@ USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_AUTOTOOLS= autoconf:262
|
||||
CONFIGURE_ARGS= --enable-s3=yes --libdir=${PREFIX}/libdata
|
||||
CONFIGURE_ARGS= --enable-s3=yes --libdir=${PREFIX}
|
||||
CONFIGURE_ENV= CPPFLAGS='-DFUSE_USE_VERSION=26' \
|
||||
LDFLAGS='${PTHREAD_LIBS}'
|
||||
CFLAGS+= ${PTHREAD_LIBS}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
|
||||
@${REINPLACE_CMD} -e 's|(libdir)|(libdir)/lib|' \
|
||||
${WRKSRC}/lib/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|(libdir)|(libdir)/libdata|' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -20,9 +20,9 @@ include/afflib/afflib_sha256.h
|
||||
include/afflib/aftimer.h
|
||||
include/afflib/threaded_hash.h
|
||||
include/afflib/utils.h
|
||||
libdata/libafflib.a
|
||||
libdata/libafflib.la
|
||||
libdata/libafflib.so
|
||||
libdata/libafflib.so.0
|
||||
lib/libafflib.a
|
||||
lib/libafflib.la
|
||||
lib/libafflib.so
|
||||
lib/libafflib.so.0
|
||||
libdata/pkgconfig/afflib.pc
|
||||
@dirrm include/afflib
|
||||
|
Loading…
Reference in New Issue
Block a user