diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-14 03:34:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-14 03:34:44 +0000 |
commit | aa0541e1f35bd69e986039899800eba0c0f7d177 (patch) | |
tree | af6f235c84ca3b56f3e92fe2f4d95af3be782435 /audio/musicbox/Makefile | |
parent | 5e267bc07d4c3c6304ba3f7b6573f9cacd0e98e8 (diff) | |
download | pkgsrc-aa0541e1f35bd69e986039899800eba0c0f7d177.tar.gz |
Fix xpkgwedge problems noted by John Darrow <John.P.Darrow@wheaton.edu> in
pkg/13224. Changes suggested in the PR were applied, and one additional
change in the place where the CFLAGS are set was made to give this package
a better change of compiling on Linux.
Diffstat (limited to 'audio/musicbox/Makefile')
-rw-r--r-- | audio/musicbox/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/musicbox/Makefile b/audio/musicbox/Makefile index 6cb4b271753..a902caf407f 100644 --- a/audio/musicbox/Makefile +++ b/audio/musicbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/25 04:17:36 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 2001/09/14 03:34:44 jlam Exp $ DISTNAME= musicbox-1.01p2 CATEGORIES= audio @@ -11,12 +11,11 @@ COMMENT= X11 front-interface for mpg123 DEPENDS+= mpg123-0.59r:../../audio/mpg123 DEPENDS+= qt1-1.44:../../x11/qt1 -USE_X11= yes - WRKSRC= ${WRKDIR}/musicbox-1.01 +USE_X11= yes +CFLAGS+= -D${OPSYS} EVAL_PREFIX+= QT1DIR=qt1 -PATH= ${QT1DIR}/qt1/bin:$$PATH do-install: ${INSTALL_PROGRAM} ${WRKSRC}/musicbox ${PREFIX}/bin |