1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Add patch to make xmmsctrl.h compile with c++ (through 3rd party apps)

and gcc 3.4
- Bump PORTREVISION

Approved by:	maintainer
This commit is contained in:
Markus Brueffer 2004-11-19 15:45:47 +00:00
parent 1b0fe70a4c
commit c491a23bf7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121969
2 changed files with 12 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= xmms
PORTVERSION= 1.2.10
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES+= multimedia audio ipv6
MASTER_SITES= http://www.xmms.org/files/1.2.x/ \
ftp://ftp.sunet.se/pub/multimedia/xmms/1.2.x/

View File

@ -0,0 +1,11 @@
--- libxmms/xmmsctrl.h.orig Fri Nov 19 13:49:06 2004
+++ libxmms/xmmsctrl.h Fri Nov 19 13:49:14 2004
@@ -85,7 +85,7 @@
#ifdef __cplusplus
-};
+}
#endif
/* Deprecated APIs */