diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-05-08 06:29:46 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-05-08 06:29:46 +0800 |
commit | 6062703b809f64ef1da92cb001ceb2cd6e466e4c (patch) | |
tree | 9d553fcb5181a65656f17c284dc5954946973eb4 /net-p2p | |
parent | 92c5a7ac6b6df5b4df8a8ff50df634b053d9b450 (diff) | |
download | freebsd-ports-gnome-6062703b809f64ef1da92cb001ceb2cd6e466e4c.tar.gz freebsd-ports-gnome-6062703b809f64ef1da92cb001ceb2cd6e466e4c.tar.zst freebsd-ports-gnome-6062703b809f64ef1da92cb001ceb2cd6e466e4c.zip |
Drop FreeBSD 10.3 support
Reviewed by: yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*)
Approved by: portmgr (rene)
Differential Revision: https://reviews.freebsd.org/D15238
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 055834c5447f..390b951a12f0 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -49,11 +49,6 @@ CONFIGURE_ARGS+= --disable-gui CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -post-patch: - @${REINPLACE_CMD} \ - -e 's/#ifdef Q_OS_MAC/#if defined(Q_OS_MAC) || (defined(__FreeBSD__) \&\& __FreeBSD_version < 1003506)/' \ - ${WRKSRC}/src/base/utils/string.cpp - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qbittorrent${SUFFIX} ${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent${SUFFIX}.1 \ |