mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert USE_BZIP2 to USES
- Fix build on 10.x - Switch to USES=libtool Approved by: portmgr blanket
This commit is contained in:
parent
2ab8bf6757
commit
1e9d58396e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358016
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= ncmpcpp
|
||||
PORTVERSION= 0.5.10
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \
|
||||
http://mirror.mcx2.org/
|
||||
@ -14,12 +14,11 @@ COMMENT= ncurses mpd client, clone of ncmpc with some new features
|
||||
LIB_DEPENDS= libmpdclient.so:${PORTSDIR}/audio/libmpdclient \
|
||||
libfftw3.so:${PORTSDIR}/math/fftw3
|
||||
|
||||
USES= iconv ncurses pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USES= iconv libtool ncurses pkgconfig tar:bzip2
|
||||
USE_GCC= any
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib20
|
||||
USE_AUTOTOOLS= automake aclocal libtool
|
||||
USE_AUTOTOOLS= automake aclocal
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
11
audio/ncmpcpp/files/patch-src__visualizer.h
Normal file
11
audio/ncmpcpp/files/patch-src__visualizer.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/visualizer.h.orig 2012-04-01 20:49:09.000000000 +0400
|
||||
+++ src/visualizer.h 2014-06-16 19:07:34.000000000 +0400
|
||||
@@ -34,6 +34,8 @@
|
||||
# include <fftw3.h>
|
||||
#endif
|
||||
|
||||
+#include <sys/time.h>
|
||||
+
|
||||
class Visualizer : public Screen<Window>
|
||||
{
|
||||
public:
|
Loading…
Reference in New Issue
Block a user