diff options
author | lth <lth@FreeBSD.org> | 2006-10-03 04:30:46 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2006-10-03 04:30:46 +0800 |
commit | 4f5f87515c393849ca525ea9647f4505693f994b (patch) | |
tree | bda12c6f036bcfe1a1cbe5587cc27a204af6f7a3 /www | |
parent | f13d78c6ac0024c23d83efa642b4e39e5ddca916 (diff) | |
download | freebsd-ports-gnome-4f5f87515c393849ca525ea9647f4505693f994b.tar.gz freebsd-ports-gnome-4f5f87515c393849ca525ea9647f4505693f994b.tar.zst freebsd-ports-gnome-4f5f87515c393849ca525ea9647f4505693f994b.zip |
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>
Diffstat (limited to 'www')
-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 |