aboutsummaryrefslogtreecommitdiffstats
path: root/audio/liteamp/Makefile
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-07-22 12:09:43 +0800
committerperky <perky@FreeBSD.org>2003-07-22 12:09:43 +0800
commitac441ef7bc2a5cdd8b1fbdb2b5fab639f16818e8 (patch)
treeabd7264b62c71ed6c292456eb33165d1eaa6f801 /audio/liteamp/Makefile
parent4c878b2de3c591f42b407359ba508da86b4dc779 (diff)
downloadfreebsd-ports-gnome-ac441ef7bc2a5cdd8b1fbdb2b5fab639f16818e8.tar.gz
freebsd-ports-gnome-ac441ef7bc2a5cdd8b1fbdb2b5fab639f16818e8.tar.zst
freebsd-ports-gnome-ac441ef7bc2a5cdd8b1fbdb2b5fab639f16818e8.zip
Update to 0.2.3.2
Diffstat (limited to 'audio/liteamp/Makefile')
-rw-r--r--audio/liteamp/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile
index 764cd1e986e6..01b27becce9c 100644
--- a/audio/liteamp/Makefile
+++ b/audio/liteamp/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= liteamp
-PORTVERSION= 0.2.3.1
+PORTVERSION= 0.2.3.2
CATEGORIES= audio gnome
MASTER_SITES= http://download.kldp.net/liteamp/
@@ -20,9 +20,14 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= libgnomeui gnomeprefix
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
MAN1= liteamp.1
+post-patch:
+ ${REINPLACE_CMD} -e '15s,^,#include <pthread.h>,' \
+ ${WRKSRC}/src/decoder.c
+
.include <bsd.port.mk>