1
0
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:
Jeremy Messenger 2008-01-25 19:46:40 +00:00
parent 42cc3ed4b1
commit 904b16f6c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206199
4 changed files with 4 additions and 2 deletions

View File

@ -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}/

View File

@ -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']

View File

@ -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}/

View File

@ -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']