Skip to content

Instantly share code, notes, and snippets.

@agraef
Created April 28, 2014 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agraef/11380449 to your computer and use it in GitHub Desktop.
Save agraef/11380449 to your computer and use it in GitHub Desktop.
Patch to fix up drumgizmo 0.9.5-1 pkgbuild
diff -ru drumgizmo-0.9.5.orig/dgedit/Makefile.in drumgizmo-0.9.5/dgedit/Makefile.in
--- drumgizmo-0.9.5.orig/dgedit/Makefile.in 2014-04-27 20:51:46.000000000 +0200
+++ drumgizmo-0.9.5/dgedit/Makefile.in 2014-04-28 20:23:22.832972642 +0200
@@ -1034,7 +1034,7 @@
@HAVE_EDITOR_TRUE@qrc_%.cc: %.qrc
-@HAVE_EDITOR_TRUE@ rcc $< > $@
+@HAVE_EDITOR_TRUE@ $(QT_RCC) $< > $@
@HAVE_EDITOR_TRUE@%.moc.cc: %.h
@HAVE_EDITOR_TRUE@ $(QT_MOC) -o $@ $<
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment