shotcut: remove obsolete patch
This commit is contained in:
parent
cc3b5291d9
commit
4143d9dfef
@ -1,13 +0,0 @@
|
||||
diff --git shotcut-14.07/CuteLogger/CuteLogger.pro shotcut-14.07/CuteLogger/CuteLogger.pro
|
||||
index 501eddc..a5290b0 100644
|
||||
--- shotcut-14.07/CuteLogger/CuteLogger.pro
|
||||
+++ shotcut-14.07/CuteLogger/CuteLogger.pro
|
||||
@@ -42,7 +42,7 @@ unix:!symbian {
|
||||
maemo5 {
|
||||
target.path = /opt/usr/lib
|
||||
} else {
|
||||
- target.path = /usr/lib
|
||||
+ target.path = $(INSTALL_ROOT)/usr/lib
|
||||
}
|
||||
INSTALLS += target
|
||||
}
|
@ -11,9 +11,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ SDL frei0r gettext makeWrapper mlt pkgconfig qt5 ];
|
||||
|
||||
# Fixed in git and can be removed for the next release
|
||||
patches = [ ./CuteLogger.patch ];
|
||||
|
||||
configurePhase = "qmake PREFIX=$out";
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user