diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-22 04:09:43 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-22 04:09:43 +0000 |
commit | 5ccf323d60c2ef613630965d9dd8d2ddbaecad2c (patch) | |
tree | 2e822c7cb4517e297ebd482f9160dcd7370b4533 /audio/liteamp | |
parent | b5a777c33147515a97a268ed6a99cc916ff23550 (diff) |
Notes
Diffstat (limited to 'audio/liteamp')
-rw-r--r-- | audio/liteamp/Makefile | 7 | ||||
-rw-r--r-- | audio/liteamp/distinfo | 2 |
2 files changed, 7 insertions, 2 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> diff --git a/audio/liteamp/distinfo b/audio/liteamp/distinfo index 560949b4ec99..2c958633675a 100644 --- a/audio/liteamp/distinfo +++ b/audio/liteamp/distinfo @@ -1 +1 @@ -MD5 (liteamp-0.2.3.1.tar.gz) = fabf3bb1f5ac53861de0db27802e75ab +MD5 (liteamp-0.2.3.2.tar.gz) = 327ac0402b05266976c85f84682310f5 |