diff options
author | tron <tron@pkgsrc.org> | 2006-02-19 22:53:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-02-19 22:53:27 +0000 |
commit | 0d43c2ae73d342cdafecf4160db8b63f3cddb24d (patch) | |
tree | e98b954094a5c74ad8e8f0ecedef52fa31c50c29 /audio | |
parent | 709a4bd03f675eae17e4daf2433c52cc2ba79e98 (diff) | |
download | pkgsrc-0d43c2ae73d342cdafecf4160db8b63f3cddb24d.tar.gz |
Provide a default for "TARGET_SUFFIX" variable to avoid "bmake" errors
on various platforms. This fixes PR pkg/32824 by Brandon Bergren.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile.common b/audio/mpg123/Makefile.common index 95864d3aea6..e736baa4d28 100644 --- a/audio/mpg123/Makefile.common +++ b/audio/mpg123/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.27 2006/01/09 22:04:38 tron Exp $ +# $NetBSD: Makefile.common,v 1.28 2006/02/19 22:53:27 tron Exp $ DISTNAME= mpg123-0.59r MPG123_VERSION= 0.59.18 @@ -22,6 +22,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../mk/bsd.prefs.mk" +TARGET_SUFFIX?= + # PKG_OPTIONS_VAR must be set in the including Makefile PKG_SUPPORTED_OPTIONS= inet6 mpg123-arm-fixed64 PKG_SUGGESTED_OPTIONS= inet6 |