1
0
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:
Dmitry Marakasov 2014-06-16 15:30:39 +00:00
parent 2ab8bf6757
commit 1e9d58396e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358016
2 changed files with 14 additions and 4 deletions

View File

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

View 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: