diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-05-08 06:29:46 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-05-08 06:29:46 +0800 |
commit | 67a9073255c853a66ec40e20ec79b92c2b44bc85 (patch) | |
tree | 9d553fcb5181a65656f17c284dc5954946973eb4 /net-p2p | |
parent | 9f6655b0e0dc5c41080004b9e7d0f84295ae8364 (diff) | |
download | freebsd-ports-gnome-67a9073255c853a66ec40e20ec79b92c2b44bc85.tar.gz freebsd-ports-gnome-67a9073255c853a66ec40e20ec79b92c2b44bc85.tar.zst freebsd-ports-gnome-67a9073255c853a66ec40e20ec79b92c2b44bc85.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 \ |