Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (95acb1c281c6a52e51dc024e45ba0cf2253d91ea)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (95acb1c281c6a52e51dc024e45ba0cf2253d91ea)
  • Date: Tue, 4 Jan 2011 20:25:37 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

audio-libs/ladspa/BUILD | 2 +-
audio-libs/ladspa/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 95acb1c281c6a52e51dc024e45ba0cf2253d91ea
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ladspa: use correct optimization flags

diff --git a/audio-libs/ladspa/BUILD b/audio-libs/ladspa/BUILD
index c8c2fef..454495e 100755
--- a/audio-libs/ladspa/BUILD
+++ b/audio-libs/ladspa/BUILD
@@ -1,6 +1,6 @@
if [ "$LADSPA_SDK" == "y" ]; then
cd $SOURCE_DIRECTORY/src &&
- make
+ make CFLAGS="\$(INCLUDES) $CFLAGS"
else
true
fi
diff --git a/audio-libs/ladspa/HISTORY b/audio-libs/ladspa/HISTORY
index f83bbe0..1fb69c9 100644
--- a/audio-libs/ladspa/HISTORY
+++ b/audio-libs/ladspa/HISTORY
@@ -1,3 +1,6 @@
+2011-01-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: use CFLAGS
+
2010-12-10 Robin Cook <rcook AT wyrms.net>
* DETAILS: changed SOURCE to actual source file
changed SOURCE_URL to the actual source file



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (95acb1c281c6a52e51dc024e45ba0cf2253d91ea), Vlad Glagolev, 01/04/2011

Archive powered by MHonArc 2.6.24.

Top of Page