summaryrefslogtreecommitdiff
path: root/audio/mpg123/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2010-10-23 18:14:36 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2010-10-23 18:14:36 +0000
commite868266ae77fc206ed2f8fa6a087d08b8b46764d (patch)
tree5cfbb2d94a61840d7dcf93ddb3a65e68850de9c9 /audio/mpg123/Makefile
parentUpdate to 1.7.3.2 (diff)
Update to 1.12.5.
PR: 151158 (based on) Submitted by: Anton Yuzhaninov <ayuzhaninov@monitoring.int.vega.ru>
Notes
Notes: svn path=/head/; revision=263481
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r--audio/mpg123/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index ef83750915f3..6bd9de84cf8f 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mpg123
-PORTVERSION= 1.12.3
+PORTVERSION= 1.12.5
CATEGORIES= audio ipv6
MASTER_SITES= SF \
http://www.mpg123.de/download/
@@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-audio=oss \
--with-default-audio=oss
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CONFIG_SHELL=${SH} CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ENV= CONFIG_SHELL=${SH} CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= mpg123.1
@@ -39,6 +39,8 @@ WITH_CPU= i586
.elif ${MACHINE_CPU:Mi486}
WITH_CPU= i486
.endif
+.elif ${ARCH} == "amd64"
+WITH_CPU= x86-64
.endif
.if defined(WITH_CPU)