diff options
Diffstat (limited to 'debian/patches/qsci_rename.patch')
-rw-r--r-- | debian/patches/qsci_rename.patch | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/patches/qsci_rename.patch b/debian/patches/qsci_rename.patch new file mode 100644 index 0000000..54489c1 --- /dev/null +++ b/debian/patches/qsci_rename.patch @@ -0,0 +1,40 @@ +--- universalindentgui-1.2.0.orig/UniversalIndentGUI.pro ++++ universalindentgui-1.2.0/UniversalIndentGUI.pro +@@ -23,7 +23,7 @@ macx { + ICON = resources/UniversalIndentGUI.icns + } + else { +- LIBS += -lqscintilla2 ++ LIBS += -lqscintilla2_qt4 + } + + CONFIG(release, debug|release) { +--- universalindentgui-1.2.0.orig/UniversalIndentGUI.xcodeproj/project.pbxproj ++++ universalindentgui-1.2.0/UniversalIndentGUI.xcodeproj/project.pbxproj +@@ -571,7 +571,7 @@ + ); + OTHER_LDFLAGS = ( + "-headerpad_max_install_names", +- "-lqscintilla2", ++ "-lqscintilla2_qt4", + "-L/opt/local/lib", + ); + OTHER_REZFLAGS = ""; +@@ -637,7 +637,7 @@ + ); + OTHER_LDFLAGS = ( + "-headerpad_max_install_names", +- "-lqscintilla2", ++ "-lqscintilla2_qt4", + "-L/opt/local/lib", + ); + OTHER_REZFLAGS = ""; +@@ -701,7 +701,7 @@ + ); + OTHER_LDFLAGS = ( + "-headerpad_max_install_names", +- "-lqscintilla2", ++ "-lqscintilla2_qt4", + "-L/opt/local/lib", + ); + OTHER_REZFLAGS = ""; |