summaryrefslogtreecommitdiff
path: root/media-tv/mythtv/files/mythtv-30.0_p20190808-respect_LDFLAGS.patch
blob: 8bfc2796cffe82c7fb04890ac19269eda411b4ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/configure
+++ b/configure
@@ -7919,9 +7919,9 @@ EOF
 #echo "endif # FFMPEG_CONFIG_MAK" >> $TMPMAK
 
 # Should be done on all platforms, but for the time being limit it to mac only
-if enabled darwin; then
+#if enabled darwin; then
   echo "QMAKE_LFLAGS+=\"$LDFLAGS\"" >> $TMPMAK
-fi
+#fi
 
 cp_if_changed $TMPH $MYTH_CONFIG_H