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-im | |
parent | I don't offer any nmap files any longer. (diff) |
fix configure on -current
Notes
Notes:
svn path=/head/; revision=68271
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/centericq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile index 7f0e592eb8f5..4ce84dac1b1b 100644 --- a/net-im/centericq/Makefile +++ b/net-im/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 |