diff options
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 129d874..46d2119 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 |