summaryrefslogtreecommitdiffstats
path: root/audio-drivers
diff options
context:
space:
mode:
authorIsmael Luceno2019-08-07 22:01:39 +0200
committerIsmael Luceno2019-08-07 22:01:39 +0200
commit099869f5eb5bdae44d0157e813271e4c8e9015b2 (patch)
tree38fd848fa40f9787bbc7c3929e2a65327e6ff473 /audio-drivers
parentd9508aa2925ba0d67a9ac405e0592a7a73e466c0 (diff)
portaudio: Fix install when there is no ldconfig
Diffstat (limited to 'audio-drivers')
-rw-r--r--audio-drivers/portaudio/HISTORY3
-rwxr-xr-xaudio-drivers/portaudio/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/audio-drivers/portaudio/HISTORY b/audio-drivers/portaudio/HISTORY
index 7d4b5fd202..ed9d9cf923 100644
--- a/audio-drivers/portaudio/HISTORY
+++ b/audio-drivers/portaudio/HISTORY
@@ -1,3 +1,6 @@
+2019-08-07 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD: fixed install when there is no ldconfig
+
2008-12-16 Ethan Grammatikidis <eekee57@fastmail.fm>
* BUILD: added -fPIC to CFLAGS, needed for compilation on x86_64.
Tested with x86_64 and i386.
diff --git a/audio-drivers/portaudio/PRE_BUILD b/audio-drivers/portaudio/PRE_BUILD
new file mode 100755
index 0000000000..0eae88438f
--- /dev/null
+++ b/audio-drivers/portaudio/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit '/\t@[/]sbin[/]ldconfig/s/@/-@/' Makefile.linux