diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-07 13:16:39 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-07 13:16:39 +0800 |
commit | fe985946eaf949f8ea2fae20badc2fdd9acf5df8 (patch) | |
tree | 376e6d381f495ed18617fdd6303114e466d7c13d | |
parent | b1f1cecafc25ef56934299992a499977f557799b (diff) | |
download | freebsd-ports-gnome-fe985946eaf949f8ea2fae20badc2fdd9acf5df8.tar.gz freebsd-ports-gnome-fe985946eaf949f8ea2fae20badc2fdd9acf5df8.tar.zst freebsd-ports-gnome-fe985946eaf949f8ea2fae20badc2fdd9acf5df8.zip |
- silence this warning -- libtool: ignoring unknown tag CXX
With Hat: apache@
-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="" |