[mythtv] [patch]Fix MythNews and MythWeather lib paths

J. Donavan Stanley jdonavan at gorpe.com
Sat Dec 27 08:30:29 EST 2003


These two patches add $PREFIX/lib to the LIBPATH in settings.pro for 
MythNews and mythWeather.  This fixes compile problems when using 
non-standard directory structures.


-------------- next part --------------
? news_libpath.patch
Index: settings.pro
===================================================================
RCS file: /var/lib/mythcvs/mythnews/settings.pro,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 settings.pro
--- settings.pro	17 Sep 2003 17:15:09 -0000	1.1.1.1
+++ settings.pro	27 Dec 2003 10:25:12 -0000
@@ -8,6 +8,8 @@
 INCLUDEPATH += $${PREFIX}/include
 INCLUDEPATH *= /usr/local/include
 
+LIBPATH += $${PREFIX}/lib
+
 DEFINES += _GNU_SOURCE
 DEFINES += PREFIX=\"$${PREFIX}\"
 release {
-------------- next part --------------
? weather_libpath.patch
Index: settings.pro
===================================================================
RCS file: /var/lib/mythcvs/mythweather/settings.pro,v
retrieving revision 1.5
diff -u -r1.5 settings.pro
--- settings.pro	4 Aug 2003 01:06:06 -0000	1.5
+++ settings.pro	27 Dec 2003 10:16:58 -0000
@@ -6,6 +6,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