aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-08-08 02:37:16 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-08-08 02:37:16 +0000
commitb86ef0ecbc438c2da9b8148bce0ffe3395131bb1 (patch)
tree20bbd2062243e946b046cbab1a55a54af4502342 /externals
parent4ecc8016f83b86b91792a645705bfc03a2e6ba4d (diff)
""
svn path=/trunk/; revision=1916
Diffstat (limited to 'externals')
-rw-r--r--externals/grill/flext/makefile.pd-linux3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/grill/flext/makefile.pd-linux b/externals/grill/flext/makefile.pd-linux
index de0f4e5d..718d72c7 100644
--- a/externals/grill/flext/makefile.pd-linux
+++ b/externals/grill/flext/makefile.pd-linux
@@ -32,7 +32,8 @@ CFLAGS_S=-DFLEXT_SHARED -DFLEXT_EXPORTS
# libraries
# it seems like libstdc++ must be defined for icc....
-LIBS=stdc++
+# LIBS=stdc++
+# but it seems that's only true for older icc versions....
# ----------------------------------------------
# the rest can stay untouched