diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-01 11:28:44 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-01 11:28:44 +0000 |
commit | c9ceb8d5e7a1d7dde880f0ec93deeaadbaa2cd17 (patch) | |
tree | 91a52cedfd7a88ce65cd34367024cdabb9a52987 /comms | |
parent | Avoid a dependency on devel/libtool (diff) |
- Remove :build from USES=libtool because this port does not need
/usr/local/bin/libtool
- Don't replace -lpthread with -pthread because they are the same
Notes
Notes:
svn path=/head/; revision=369717
Diffstat (limited to 'comms')
-rw-r--r-- | comms/usbmuxd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/usbmuxd/Makefile b/comms/usbmuxd/Makefile index f78c98427c31..b42f8d59fe13 100644 --- a/comms/usbmuxd/Makefile +++ b/comms/usbmuxd/Makefile @@ -18,7 +18,7 @@ GH_ACCOUNT= libimobiledevice GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 2f6d9d5 -USES= autoreconf libtool:build pathfix pkgconfig tar:bzip2 +USES= autoreconf libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-systemd \ libusb_CFLAGS="-I/usr/include" \ @@ -30,9 +30,9 @@ PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS -pre-configure: +post-patch: # TODO: add devd(8) rule. - @${REINPLACE_CMD} -e 's,-lpthread,-pthread,g' \ + @${REINPLACE_CMD} \ -e '/*cygwin*/ s,),|*bsd*),' \ ${WRKSRC}/configure.ac |