ed80a78265
Still happy with gcc 3.3.5 Tested on sparc64 and i386
15 lines
405 B
Plaintext
15 lines
405 B
Plaintext
$OpenBSD: patch-src_transcode_mad_mad_pro,v 1.2 2011/03/30 14:00:48 dcoppa Exp $
|
|
--- src/transcode/mad/mad.pro.orig Tue Nov 2 19:10:55 2010
|
|
+++ src/transcode/mad/mad.pro Tue Mar 29 12:26:43 2011
|
|
@@ -10,8 +10,8 @@ win32 {
|
|
}
|
|
|
|
!linux* {
|
|
- LIBPATH += $$ROOT_DIR/res/mad
|
|
- INCLUDEPATH += $$ROOT_DIR/res/mad
|
|
+ QMAKE_LIBDIR += ${LOCALBASE}/lib
|
|
+ INCLUDEPATH += ${LOCALBASE}/include
|
|
}
|
|
|
|
LIBS += -lmad
|