summaryrefslogtreecommitdiff
path: root/audio/mixxx/files/patch-src::check.qbas
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-06-26 06:07:01 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-06-26 06:07:01 +0000
commit18dd10fbb716aa37c5d3c9c5bc187797abe17331 (patch)
tree8b9bdb02524deef9e6a124841394666f36bcd3ec /audio/mixxx/files/patch-src::check.qbas
parentUpdate to version .10 (diff)
Add mixxx 1.3.2,
Mixxx is software for DJ'ing. You can use wave based audio files, Ogg Vorbis and MP3 files as audio input. Mixxx can be controlled through the GUI and with external controllers including MIDI devices, joysticks and more. PR: ports/68345 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Diffstat (limited to 'audio/mixxx/files/patch-src::check.qbas')
-rw-r--r--audio/mixxx/files/patch-src::check.qbas11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/mixxx/files/patch-src::check.qbas b/audio/mixxx/files/patch-src::check.qbas
new file mode 100644
index 000000000000..cfb9b9a1c289
--- /dev/null
+++ b/audio/mixxx/files/patch-src::check.qbas
@@ -0,0 +1,11 @@
+--- src/check.qbas.orig Fri Jun 25 22:37:11 2004
++++ src/check.qbas Fri Jun 25 22:42:36 2004
+@@ -169,7 +169,7 @@
+ # At first ----> check using LD
+ # --------------------------------------
+ !isEmpty( LINK_LIBS ) {
+- system( ld $${LINK_LIBS} 2>/dev/null ) {
++ system( ld -shared -L@LOCALBASE@/lib -L@X11BASE@/lib $${LINK_LIBS} 2>/dev/null ) {
+ FOUND = true
+ }
+ }