[Lunar-commits] <moonbase> libprojectM: Another jiggle. Its pc file has a blank libdir= and causes
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Fri Feb 24 18:58:12 CET 2012
commit cc87be3d74a15e8c208239a70f0487406f87b6e4
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Fri Feb 24 12:58:12 2012 -0500
libprojectM: Another jiggle. Its pc file has a blank libdir= and causes
vlc make to get confused about how to -L.
---
video/libprojectM/BUILD | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/video/libprojectM/BUILD b/video/libprojectM/BUILD
index 0a22e81..38f41cf 100644
--- a/video/libprojectM/BUILD
+++ b/video/libprojectM/BUILD
@@ -21,6 +21,10 @@
mv "Zylot - Azirphaeli's Mirror.milk" "Zylot - Azirphaelis Mirror.milk"
cd .. &&
- default_cmake_build
+ default_cmake_config &&
+
+ sedit "s:libdir=:libdir=/usr/lib:" ../libprojectM.pc &&
+
+ default_make
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list