summaryrefslogtreecommitdiff
path: root/audio/mpg123/Makefile
diff options
context:
space:
mode:
authoradam <adam>2016-12-18 22:58:34 +0000
committeradam <adam>2016-12-18 22:58:34 +0000
commit8639349761084af67ca24d17b57aa878e021d995 (patch)
treeb55d0b7a270bd1c200ff8e554e0a174e871d73dc /audio/mpg123/Makefile
parent57f91625ba86944c41f14b1a2a5a3a6bec69453d (diff)
downloadpkgsrc-8639349761084af67ca24d17b57aa878e021d995.tar.gz
Changes 1.23.8:
- Fix long-standing bad memory read (via integer underflow) in ID3 parser for crafted ID3v2 tags with tiny size information
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r--audio/mpg123/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index 428455c9848..849811fc9f2 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -1,13 +1,10 @@
-# $NetBSD: Makefile,v 1.54 2014/05/20 19:59:09 adam Exp $
+# $NetBSD: Makefile,v 1.55 2016/12/18 22:58:34 adam Exp $
PKGNAME= ${DISTNAME:C/[^[:alnum:]]*//}
COMMENT= MPEG layer 1, 2, and 3 audio player
PKGCONFIG_OVERRIDE+= libmpg123.pc.in
-MPG123_SUBDIRS= src doc
-MPG123_SUBDIRS.src= output libmpg123
-
MAKE_ENV+= MPG123_PROGRAM=mpg123
MAKE_ENV+= EXTRA_INSTALL_TARGETS="install-exec-am install-data-am"