diff options
author | joerg <joerg@pkgsrc.org> | 2013-06-13 14:25:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-06-13 14:25:30 +0000 |
commit | 8d2b0df7a8968081215dae349f79c368a9b37086 (patch) | |
tree | 56a815e4b4190152383dba8d4c07366b4f46ecc6 /audio/libvisual/Makefile | |
parent | 0cbcaf4f7fbca0d86e2878235d36698109608e2d (diff) | |
download | pkgsrc-8d2b0df7a8968081215dae349f79c368a9b37086.tar.gz |
Don't mess with inline, it breaks inline namespaces in C++.
Bump revision.
Diffstat (limited to 'audio/libvisual/Makefile')
-rw-r--r-- | audio/libvisual/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libvisual/Makefile b/audio/libvisual/Makefile index d5cbbcb4e1c..197224a9e7c 100644 --- a/audio/libvisual/Makefile +++ b/audio/libvisual/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2013/04/06 03:45:06 rodent Exp $ +# $NetBSD: Makefile,v 1.24 2013/06/13 14:25:30 joerg Exp $ # DISTNAME= libvisual-0.4.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= audio graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/} |