diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2015-03-11 21:25:30 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2015-03-11 21:25:30 +0000 |
commit | 6f4ba16514fe79fd6eb10fa7eadbad84fb5871e1 (patch) | |
tree | 9453a565aa64edf7b9410bcba061925ed40290eb /net-im/uTox/files | |
parent | 03492fddce4210683811cb9c06999980a7b14620 (diff) |
Update to git20150311 v0.2.o.
PR: ports/198528
Differential Revision: Ivan Klymenko (maintainer)
Notes
Notes:
svn path=/head/; revision=381039
Diffstat (limited to 'net-im/uTox/files')
-rw-r--r-- | net-im/uTox/files/patch-Makefile | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/net-im/uTox/files/patch-Makefile b/net-im/uTox/files/patch-Makefile index b2c53e4e61cc..2dc61a75a097 100644 --- a/net-im/uTox/files/patch-Makefile +++ b/net-im/uTox/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2015-01-28 12:42:36.939246000 +0200 -+++ Makefile 2015-01-28 12:44:04.733423000 +0200 -@@ -15,10 +15,6 @@ +--- Makefile.orig 2015-03-08 21:59:37.000000000 +0200 ++++ Makefile 2015-03-08 22:41:28.269531000 +0200 +@@ -16,10 +16,6 @@ DEPS += libv4lconvert endif @@ -8,14 +8,23 @@ - DEPS += filteraudio -endif - - UNAME_S := $(shell uname -s) - - CFLAGS += -g -Wall -Wshadow -pthread -std=gnu99 -@@ -36,6 +32,7 @@ + ifeq ($(UNITY), 1) + DEPS += messaging-menu unity + endif +@@ -41,6 +37,7 @@ ifeq ($(FILTER_AUDIO), 1) CFLAGS += -DAUDIO_FILTERING + LDFLAGS += -lfilteraudio endif - ifeq ($(UNAME_S), Linux) + ifeq ($(UNITY), 1) +@@ -100,7 +97,7 @@ + + mkdir -p $(DESTDIR)$(PREFIX)/share/applications + 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 ++ if [ "$(UNITY)" -eq "1" ]; then echo "X-MessagingMenu-UsesChatSection=true" >> $(DESTDIR)$(PREFIX)/share/applications/utox.desktop; fi + + mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1 + install -m 644 utox.1 $(DESTDIR)$(PREFIX)/share/man/man1/utox.1 |