summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-18 19:11:35 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-18 19:11:35 +0000
commita8bd2ea11a72b5f3f50a1a5e337bd2a77f478110 (patch)
tree35cd7fc8c025ad9af420c74c182dff72cc1307ef
parentI don't offer any nmap files any longer. (diff)
fix configure on -current
Notes
Notes: svn path=/head/; revision=68271
-rw-r--r--net-im/centericq/Makefile2
-rw-r--r--net/centericq/Makefile2
2 files changed, 2 insertions, 2 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
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