summaryrefslogtreecommitdiffstats
path: root/chat-libs
diff options
context:
space:
mode:
authorFlorian Franzmann2011-07-30 22:03:23 +0200
committerFlorian Franzmann2011-07-30 22:03:23 +0200
commitc4f4c8e5ef1277371490ba31fb9acf8e0f6a78be (patch)
tree8fcc5f1cea257687f7ae2a3b881a03cae51d866d /chat-libs
parent251030f30106d42fdead47aafeb2b1380d57df68 (diff)
chat-libs/pwlib: changed dependency on g++ to dependency on gcc with CXX (scripted)
Diffstat (limited to 'chat-libs')
-rwxr-xr-xchat-libs/pwlib/DEPENDS2
-rw-r--r--chat-libs/pwlib/HISTORY4
2 files changed, 5 insertions, 1 deletions
diff --git a/chat-libs/pwlib/DEPENDS b/chat-libs/pwlib/DEPENDS
index abd2c665e6..dfc5bb0a2f 100755
--- a/chat-libs/pwlib/DEPENDS
+++ b/chat-libs/pwlib/DEPENDS
@@ -1,4 +1,4 @@
-depends g++ &&
+depends -sub CXX gcc &&
depends autoconf &&
optional_depends "openldap" \
diff --git a/chat-libs/pwlib/HISTORY b/chat-libs/pwlib/HISTORY
index 49ce7cc638..e83e3c74d5 100644
--- a/chat-libs/pwlib/HISTORY
+++ b/chat-libs/pwlib/HISTORY
@@ -1,3 +1,7 @@
+2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS: changed dependency on g++ to dependency on gcc with
+ sub-depends on CXX (scripted)
+
2008-01-03 George Sherwood <gsherwood@sourcemage.org>
* CONFLICTS: Added conflicts ptlib. Bug #15002