mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Remove link with librt, FreeBSD doesn't need it. Our clock_gettime() is in
libc and Linux is in librt. This should fix the build on FreeBSD 6.x and below as librt was added in FreeBSD 7.x. Bump the PORTREVISION to unlink it. Reported by: Mike Harding <mvh@ix.netcom.com>
This commit is contained in:
parent
42cc3ed4b1
commit
904b16f6c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206199
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= deluge
|
||||
PORTVERSION= 0.5.8.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-p2p python
|
||||
MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
librariestype = [boost_filesystem, boost_date_time,
|
||||
- boost_thread, 'z', 'pthread', 'ssl', 'rt', 'crypto']
|
||||
+ boost_thread, 'z', 'ssl', 'rt', 'crypto']
|
||||
+ boost_thread, 'z', 'ssl', 'crypto']
|
||||
|
||||
removals = ['-g', '-Wstrict-prototypes']
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= deluge
|
||||
PORTVERSION= 0.5.8.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-p2p python
|
||||
MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
librariestype = [boost_filesystem, boost_date_time,
|
||||
- boost_thread, 'z', 'pthread', 'ssl', 'rt', 'crypto']
|
||||
+ boost_thread, 'z', 'ssl', 'rt', 'crypto']
|
||||
+ boost_thread, 'z', 'ssl', 'crypto']
|
||||
|
||||
removals = ['-g', '-Wstrict-prototypes']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user