mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Don't run the included autogen.sh but the ports autotools and properly
run libtool. Provided by: tijl
This commit is contained in:
parent
72aa6a46aa
commit
558fc28e03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353199
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libuv
|
||||
PORTVERSION= 0.11.25
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://libuv.org/dist/v${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||
@ -20,11 +21,14 @@ TEST_DEPENDS= gyp:${PORTSDIR}/devel/py-gyp-devel \
|
||||
|
||||
USE_AUTOTOOLS= aclocal automake autoconf libtoolize
|
||||
ACLOCAL_ARGS= -I m4
|
||||
USES= pkgconfig libtool
|
||||
AUTOMAKE_ARGS= -a -c -f
|
||||
USES= libtool pathfix pkgconfig
|
||||
PATHFIX_MAKEFILEIN= Makefile.am
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
run-autotools:
|
||||
cd ${CONFIGURE_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh
|
||||
pre-configure:
|
||||
${ECHO_CMD} "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [ serial-tests])" \
|
||||
> ${WRKSRC}/m4/libuv-extra-automake-flags.m4
|
||||
|
||||
.if defined(MAINTAINER_MODE)
|
||||
regression-test:
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- Makefile.am.orig 2014-01-29 18:43:38.000000000 +0100
|
||||
+++ Makefile.am 2014-02-27 19:07:55.000000000 +0100
|
||||
@@ -273,7 +273,7 @@
|
||||
endif
|
||||
|
||||
if HAVE_PKG_CONFIG
|
||||
-pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfigdir = $(libdir)data/pkgconfig
|
||||
pkgconfig_DATA = @PACKAGE_NAME@.pc
|
||||
endif
|
||||
|
@ -6,4 +6,5 @@ include/uv.h
|
||||
lib/libuv.a
|
||||
lib/libuv.so
|
||||
lib/libuv.so.11
|
||||
lib/libuv.so.11.0.0
|
||||
libdata/pkgconfig/libuv.pc
|
||||
|
Loading…
Reference in New Issue
Block a user