diff options
author | tron <tron> | 2001-03-01 21:05:45 +0000 |
---|---|---|
committer | tron <tron> | 2001-03-01 21:05:45 +0000 |
commit | 3409f79bc8b978ae056363b0c2d32f918223eb42 (patch) | |
tree | 7e08d5470fbec637206ef68ac8881de9bac4772a /audio/gqmpeg | |
parent | 3ff4b8d166155ae7615bfe2ac1c68f34902fb4aa (diff) | |
download | pkgsrc-3409f79bc8b978ae056363b0c2d32f918223eb42.tar.gz |
Make this build on NetBSD-current systems with include "intl" library.
Diffstat (limited to 'audio/gqmpeg')
-rw-r--r-- | audio/gqmpeg/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile index 5aa5aa37540..50f103cc416 100644 --- a/audio/gqmpeg/Makefile +++ b/audio/gqmpeg/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.30 2001/03/01 17:12:28 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2001/03/01 21:05:45 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1998/12/28 01:02:05 vanilla Exp -# DISTNAME= gqmpeg-0.8.3 CATEGORIES= audio @@ -15,13 +14,15 @@ BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= mpg123-0.59r:../../audio/mpg123 -USE_LIBINTL= # defined -USE_X11BASE= # defined +USE_LIBINTL= YES +USE_X11BASE= YES -GNU_CONFIGURE= # defined +GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-included-gettext CONFIGURE_ARGS+= --enable-japanese -CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" PKGLOCALEDIR="${PKGLOCALEDIR}" + +CPPFLAGS+= -I${LOCALBASE}/include # in case gnome isn't installed, we need to create the directories pre-install: |