diff options
author | Lars Thegler <lth@FreeBSD.org> | 2006-10-02 20:30:46 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2006-10-02 20:30:46 +0000 |
commit | e19e459fb0ec37a0cf42f41123705b9ef5af7555 (patch) | |
tree | a8aae4d0f818e4a40d6dbd90c61647fd161b8196 /www/libhttpd-persistent | |
parent | 1a63ab352d3c943b3e918c829aae62cb326ad60d (diff) |
Updating audio/daapd to 0.2.4b. Now requires gcc 3.4+, so does the libraries, due to c++ name mangling.
PR: based on ports/97480
Submitted by: Gunter Wambaugh <gunter@six-two.net>
Notes
Notes:
svn path=/head/; revision=174334
Diffstat (limited to 'www/libhttpd-persistent')
-rw-r--r-- | www/libhttpd-persistent/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/libhttpd-persistent/Makefile b/www/libhttpd-persistent/Makefile index 129d8741dcdc..46d2119d3e68 100644 --- a/www/libhttpd-persistent/Makefile +++ b/www/libhttpd-persistent/Makefile @@ -7,6 +7,7 @@ PORTNAME= libhttpd PORTVERSION= ${VERSION}${LEVEL} +PORTREVISION= 1 CATEGORIES= www devel MASTER_SITES= http://www.deleet.de/projekte/daap/daapd/ PKGNAMESUFFIX= -persistent @@ -19,7 +20,8 @@ COMMENT= Library for embedded web servers WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSION}-persistent-${LEVEL} GNU_CONFIGURE= yes USE_GMAKE= yes -CC= ${CXX} +USE_GCC= 3.4+ +CONFIGURE_ENV= CC=${CXX} VERSION= 1.3 LEVEL= h |