diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-07-15 17:01:05 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-07-15 17:01:05 +0000 |
commit | 6168e237a83e24d228fe5f08d52464a5a395ecf2 (patch) | |
tree | 7cbaae1fb8b57401838757fcbfa5ac8443c56800 /net-p2p/transmission-cli/files/patch-configure | |
parent | graphics/shotwell: update to 0.28.4 (diff) |
net-p2p/transmission* -- update and falvorize
* update to 2.94
* flavorize the Qt frontends
* give maintainership to lebarondemerde@privacychain.ch
PR: 226710
Approved by: portmgr (mat), crees (previous maintainer)
Differential Revision: https://reviews.freebsd.org/D14699
Notes
Notes:
svn path=/head/; revision=474704
Diffstat (limited to 'net-p2p/transmission-cli/files/patch-configure')
-rw-r--r-- | net-p2p/transmission-cli/files/patch-configure | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net-p2p/transmission-cli/files/patch-configure b/net-p2p/transmission-cli/files/patch-configure deleted file mode 100644 index 08adc06b0271..000000000000 --- a/net-p2p/transmission-cli/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2016-03-06 20:24:37 UTC -+++ configure -@@ -19348,7 +19348,7 @@ $as_echo_n "checking µTP... " >&6; } - build_utp="no" - - ac_save_LIBS="$LIBS" --LIBS="-lutp" -+LIBS="-lutp $LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - #include <libutp/utp.h> -@@ -19423,7 +19423,7 @@ $as_echo "$build_utp" >&6; } - - - ac_save_LIBS="$LIBS" --LIBS="-lminiupnpc" -+LIBS="-lminiupnpc $LIBS" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking system miniupnpc library" >&5 - $as_echo_n "checking system miniupnpc library... " >&6; } - |