diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-30 14:57:25 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-30 14:57:25 +0000 |
commit | 4dfa9b6fdbc918320aac812507ad041d50183dbb (patch) | |
tree | ac2ef0cea418913981696afc940ff76eb15ff62e /audio/icecast/Makefile | |
parent | 92189c79cac5ea923cd9f582b6807990ee82a1d3 (diff) | |
download | pkgsrc-4dfa9b6fdbc918320aac812507ad041d50183dbb.tar.gz |
Fix sysconfdir conversion:
- Pass --sysconfdir to configure script.
- Make the program honour that directory to search for config files.
- Remove un-needed patch (everything can be done from configure).
Diffstat (limited to 'audio/icecast/Makefile')
-rw-r--r-- | audio/icecast/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index 6f083ad2f5c..5e02de26c04 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/09/30 14:43:52 jmmv Exp $ +# $NetBSD: Makefile,v 1.14 2003/09/30 14:57:25 jmmv Exp $ # DISTNAME= icecast-1.3.12 @@ -19,7 +19,8 @@ PKG_SYSCONFSUBDIR= icecast CONFIGURE_ARGS+= --with-readline \ --with-libwrap \ - --with-python + --with-python \ + --sysconfdir=${PKG_SYSCONFDIR} CPPFLAGS+= -I${BUILDLINK_PREFIX.readline}/include/readline CPPFLAGS+= ${BUILDLINK_CPPFLAGS.${PYPACKAGE}} CFLAGS+= ${PTHREAD_CFLAGS} |