diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-18 19:11:35 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-18 19:11:35 +0000 |
commit | a8bd2ea11a72b5f3f50a1a5e337bd2a77f478110 (patch) | |
tree | 35cd7fc8c025ad9af420c74c182dff72cc1307ef /net | |
parent | 5d447825bf44a9b2d98a7ae6fa0a5e4420074ed7 (diff) | |
download | ports-a8bd2ea11a72b5f3f50a1a5e337bd2a77f478110.tar.gz ports-a8bd2ea11a72b5f3f50a1a5e337bd2a77f478110.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/centericq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/centericq/Makefile b/net/centericq/Makefile index 7f0e592eb8f5..4ce84dac1b1b 100644 --- a/net/centericq/Makefile +++ b/net/centericq/Makefile @@ -24,7 +24,7 @@ USE_GNOMENG= yes USE_GNOME= glib12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -lstdc++" #CONFIGURE_ARGS= --with-fribidi MAN1= centericq.1 |