Skip to content

Instantly share code, notes, and snippets.

@sitharus
Created February 24, 2013 07:21
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 sitharus/5023003 to your computer and use it in GitHub Desktop.
Save sitharus/5023003 to your computer and use it in GitHub Desktop.
Patch to make GtkEveMon build under homebrew
--- Makefile 2013-02-24 20:18:50.000000000 +1300
+++ Makefile 2013-02-24 20:19:04.000000000 +1300
@@ -1,5 +1,3 @@
-INSTALL_BIN = /usr/local/bin
-
all:
$(MAKE) -C src
@@ -12,9 +10,7 @@
install:
mkdir -p ${INSTALL_BIN}
cp src/gtkevemon ${INSTALL_BIN}
- $(MAKE) -C icon
uninstall:
rm -f ${INSTALL_BIN}/gtkevemon
rmdir --ignore-fail-on-non-empty ${INSTALL_BIN}
- $(MAKE) -C icon uninstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment