diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-07 05:16:39 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-07 05:16:39 +0000 |
commit | 591d019abc6f241e18bce8a6bc88fb0c45d7e52f (patch) | |
tree | 264577c42fd91c355a29ec43022a51412af863e5 /www | |
parent | 49aa18bc57b1a006f50bab187974ff1876002dff (diff) | |
download | freebsd-ports-591d019abc6f241e18bce8a6bc88fb0c45d7e52f.zip |
- silence this warning -- libtool: ignoring unknown tag CXX
With Hat: apache@
Diffstat (limited to 'www')
-rw-r--r-- | www/apache22/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index d182dd225988..3cc6308a3f95 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -132,7 +132,6 @@ APR_PORT?= devel/apr LIB_DEPENDS+= apr-1:${PORTSDIR}/${APR_PORT} CONFIGURE_ARGS+= --with-apr=${LOCALBASE}/bin/apr-1-config \ --with-apr-util=${LOCALBASE}/bin/apu-1-config -CONFIGURE_ENV+= LTFLAGS="--tag=CXX" .else USE_LDCONFIG= yes PLIST_SUB+= APR_PORTS="" |