aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-10-19 03:11:35 +0800
committerijliao <ijliao@FreeBSD.org>2002-10-19 03:11:35 +0800
commit003952e332a60c4b175d3531da844349cc0d2336 (patch)
tree3a4b899743b1e2adc8caa76860b76f25813730e4
parentb88e3f61e9bb12f50ebf6da6e895bd86df5a6144 (diff)
downloadfreebsd-ports-gnome-003952e332a60c4b175d3531da844349cc0d2336.tar.gz
freebsd-ports-gnome-003952e332a60c4b175d3531da844349cc0d2336.tar.zst
freebsd-ports-gnome-003952e332a60c4b175d3531da844349cc0d2336.zip
fix configure on -current
-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