mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Fix build failure on FreeBSD 10
Approved by: maintainer (ashish), mentor (thierry)
This commit is contained in:
parent
f81fd8d73a
commit
20176264db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340845
@ -10,16 +10,17 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
||||
MAINTAINER= ashish@FreeBSD.org
|
||||
COMMENT= A ncurses-based client for the Music Player Daemon
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs
|
||||
|
||||
USES= pkgconfig
|
||||
NO_STAGE= yes
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib20
|
||||
|
||||
MAN1= ${PORTNAME}.1
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
man/man1/pms.1.gz
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
10
audio/pms/files/patch-src_message.h
Normal file
10
audio/pms/files/patch-src_message.h
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/message.h.orig 2010-01-02 21:53:36.000000000 +0100
|
||||
+++ src/message.h 2014-01-19 16:59:54.616726275 +0100
|
||||
@@ -25,6 +25,7 @@
|
||||
#define _PMS_MESSAGE_H_
|
||||
|
||||
#include <string>
|
||||
+#include <ctime>
|
||||
|
||||
using namespace std;
|
||||
|
@ -4,4 +4,4 @@ need an MPD client that is highly configurable and accessible. PMS
|
||||
features a simple but powerful interface similar to Vim, and runs on
|
||||
(at least) Linux and Mac OS X.
|
||||
|
||||
WWW: http://pms.sourceforge.net/
|
||||
WWW: http://pms.sourceforge.net/
|
||||
|
Loading…
Reference in New Issue
Block a user