summaryrefslogtreecommitdiffstats
path: root/audio-plugins
diff options
context:
space:
mode:
authorFlorian Franzmann2020-02-09 16:54:00 +0100
committerFlorian Franzmann2020-02-10 12:50:49 +0100
commit01d5ce6efe89c5e0c9b7848d9efcf883bc1550e4 (patch)
tree5dcea15490bd2b278d42960dc2a6cc22ab49472b /audio-plugins
parent25d2bf51ec1f7a1bd9e4be0e5c95e72c0afaff03 (diff)
audio-plugins/swh-plugins: fix typo
Diffstat (limited to 'audio-plugins')
-rwxr-xr-xaudio-plugins/swh-plugins/BUILD2
-rw-r--r--audio-plugins/swh-plugins/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/audio-plugins/swh-plugins/BUILD b/audio-plugins/swh-plugins/BUILD
index a7e2f8a51e..cdfee1f4da 100755
--- a/audio-plugins/swh-plugins/BUILD
+++ b/audio-plugins/swh-plugins/BUILD
@@ -1,7 +1,7 @@
# If we got -march=… in CFLAGS, the configure script assumes we
# got everything arch-specific set up, including PICyness. Without
# prescribed architecture, it would detect one and add PIC flags.
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1}" == "em64t"]]; then
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" || "${SMGL_COMPAT_ARCHS[1]}" == "em64t" ]]; then
CFLAGS="$CFLAGS -DPIC -fPIC"
fi &&
default_build
diff --git a/audio-plugins/swh-plugins/HISTORY b/audio-plugins/swh-plugins/HISTORY
index 0a28ec3201..11caeb8748 100644
--- a/audio-plugins/swh-plugins/HISTORY
+++ b/audio-plugins/swh-plugins/HISTORY
@@ -1,3 +1,6 @@
+2020-02-09 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD: fix typo
+
2019-07-08 Eric Sandall <sandalle@sourcemage.org>
* Set 64-bit for EM64T as well.
Sorcery devel (from git), glibc, gcc, or updated smgl-archspecs changed