diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-04-21 15:17:45 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2006-04-21 15:17:45 +0000 |
commit | 705d98389a86694f0eaa3f3a763a23a799468e8a (patch) | |
tree | 00ee75a769e6ab536313e1d48124e8ef0980b099 /net-im/libjingle/Makefile | |
parent | e31319a7faead87df77b763d6dcdf20a4b7a992a (diff) |
Notes
Diffstat (limited to 'net-im/libjingle/Makefile')
-rw-r--r-- | net-im/libjingle/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-im/libjingle/Makefile b/net-im/libjingle/Makefile index c5b631aee1a7..00d7ae86dbf8 100644 --- a/net-im/libjingle/Makefile +++ b/net-im/libjingle/Makefile @@ -7,6 +7,7 @@ PORTNAME= libjingle PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -70,6 +71,11 @@ post-configure: -e 's|^.+(HAVE_SPEEX_H)[[:space:]].*$$|#define \1 1|' \ -e 's|^.+(HAVE_SPEEX)[[:space:]].*$$|#define \1 1|' \ ${CONFIGURE_WRKSRC}/config.h +# configure does not handle OSS support +# force oss + @${ECHO_CMD} \ + '#define HAVE_SYS_SOUNDCARD_H 1' >> \ + ${CONFIGURE_WRKSRC}/config.h post-install: .ifndef(NOPORTDOCS) |