summaryrefslogtreecommitdiff
path: root/multimedia/mythtv-frontend/files/patch-programs__mythtranscode__mythtranscode.pro
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2009-04-25 01:17:56 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2009-04-25 01:17:56 +0000
commit72a932922fbaafa787f706379a00f26ca578c8ec (patch)
tree4eb7137356472ccb78eb42dd6c496afb5d0222ab /multimedia/mythtv-frontend/files/patch-programs__mythtranscode__mythtranscode.pro
parent- Added missing patches to fix compilation problems with installed (diff)
- Clarified the requirement for Qt with OpenGL support to avoid
compilation problems - Fixed backwards configure flag handling with WITH_OPENGL option - Split some multi-file patches - Regenerated patches with "make makepatch" - Added patches to avoid compilation problems with installed ffmpeg port [1] - Bumped PORTREVISION Reported by: Torfinn Ingolfsen <torfinn dot ingolfsen at broadpark dot no> [1] Submitted by: Bernhard Frohlich <decke at bluelife dot at> [1]
Diffstat (limited to 'multimedia/mythtv-frontend/files/patch-programs__mythtranscode__mythtranscode.pro')
-rw-r--r--multimedia/mythtv-frontend/files/patch-programs__mythtranscode__mythtranscode.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/mythtv-frontend/files/patch-programs__mythtranscode__mythtranscode.pro b/multimedia/mythtv-frontend/files/patch-programs__mythtranscode__mythtranscode.pro
new file mode 100644
index 000000000000..a2c68690ae9f
--- /dev/null
+++ b/multimedia/mythtv-frontend/files/patch-programs__mythtranscode__mythtranscode.pro
@@ -0,0 +1,10 @@
+--- ./programs/mythtranscode/mythtranscode.pro.orig 2007-02-24 12:44:00.000000000 -0500
++++ ./programs/mythtranscode/mythtranscode.pro 2009-04-22 21:05:21.000000000 -0400
+@@ -20,3 +20,7 @@
+ INCLUDEPATH += replex
+ INCLUDEPATH += ../../libs/libavcodec ../../libs/libavformat \
+ ../../libs/libavutil ../../libs/libmythmpeg2
++
++QMAKE_CXXFLAGS = -I../../libs/libavcodec -I../../libs/libavformat \
++ -I../../libs/libavutil -I../../libs/libmythmpeg2 \
++ $${QMAKE_CXXFLAGS}