1
0
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:
Thomas Zander 2014-01-23 18:32:31 +00:00
parent f81fd8d73a
commit 20176264db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340845
3 changed files with 15 additions and 4 deletions

View File

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

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

View File

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