[mythtv] [patch] Fix LIBPATH in mythdvd.pro

J. Donavan Stanley jdonavan at gorpe.com
Mon Dec 22 09:20:44 EST 2003


The attached patch fixes the mythdvd.pro to add the proper directory to 
the libpath when using a prefix other than the default.


-------------- next part --------------
? libpath.patch
Index: settings.pro
===================================================================
RCS file: /var/lib/mythcvs/mythdvd/settings.pro,v
retrieving revision 1.5
diff -u -r1.5 settings.pro
--- settings.pro	23 Oct 2003 20:23:21 -0000	1.5
+++ settings.pro	22 Dec 2003 11:18:25 -0000
@@ -8,6 +8,8 @@
 INCLUDEPATH += $${PREFIX}/include
 INCLUDEPATH *= /usr/local/include
 
+LIBPATH += $${PREFIX}/lib
+
 DEFINES += _GNU_SOURCE
 DEFINES += PREFIX=\"$${PREFIX}\"
 release {


More information about the mythtv-dev mailing list