transmission-* cleanup
I missed the -linotify LDFLAG on the transmission-gtk port. It was also pointed out by the submitter than transmission-qt4 now has a duplicate -lcrypto LDFLAG so let's remove that. PR: 192319 Submitted by: Ivan Klymenko
This commit is contained in:
parent
52367cc9d5
commit
dd3d2721eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363928
2 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,7 @@ SLAVEPORT= gtk
|
|||
USE_GNOME= gtk30 intlhack
|
||||
USES= gettext pathfix desktop-file-utils
|
||||
INSTALLS_ICONS= yes
|
||||
LDFLAGS+= -linotify
|
||||
|
||||
EXTRA_CONF_ARGS=--disable-cli \
|
||||
--disable-daemon \
|
||||
|
|
|
@ -17,7 +17,6 @@ SLAVEPORT= qt4
|
|||
QT_NONSTANDARD= yes
|
||||
USE_QT4= moc_build qmake_build rcc_build uic_build gui dbus network
|
||||
USES= desktop-file-utils
|
||||
LDFLAGS+= -lcrypto
|
||||
|
||||
EXTRA_CONF_ARGS=--disable-cli \
|
||||
--disable-daemon \
|
||||
|
|
Loading…
Reference in a new issue