summaryrefslogtreecommitdiffstats
path: root/network/uTox/locationfix.diff
diff options
context:
space:
mode:
Diffstat (limited to 'network/uTox/locationfix.diff')
-rw-r--r--network/uTox/locationfix.diff10
1 files changed, 5 insertions, 5 deletions
diff --git a/network/uTox/locationfix.diff b/network/uTox/locationfix.diff
index 9c19d44aac..bb74652ea2 100644
--- a/network/uTox/locationfix.diff
+++ b/network/uTox/locationfix.diff
@@ -1,6 +1,6 @@
---- uTox-0.4.5/Makefile 2015-12-09 16:56:06.000000000 -0700
-+++ uTox-0.4.5-fix/Makefile 2015-12-13 06:28:47.453261588 -0700
-@@ -104,8 +104,8 @@
+--- uTox-0.5.0/Makefile 2015-12-20 00:57:28.000000000 -0700
++++ uTox-0.5.0-fix/Makefile 2015-12-24 10:57:21.787213435 -0700
+@@ -127,8 +127,8 @@
install -m 644 utox.desktop $(DESTDIR)$(PREFIX)/share/applications/utox.desktop
if [ "$(UNITY)" -eq "1" ]; then echo "X-MessagingMenu-UsesChatSection=true" >> $(DESTDIR)$(PREFIX)/share/applications/utox.desktop; fi
@@ -9,5 +9,5 @@
+ mkdir -p $(DESTDIR)$(PREFIX)/man/man1
+ install -m 644 utox.1 $(DESTDIR)$(PREFIX)/man/man1/utox.1
- main.o: xlib/main.c xlib/keysym2ucs.c
-
+ $(OBJ): %.o: %.c $(HEADERS)
+ @echo " CC $@"