public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: www-apps/uwebsockets/files/
@ 2020-06-26 10:31 Aisha Tammy
  0 siblings, 0 replies; only message in thread
From: Aisha Tammy @ 2020-06-26 10:31 UTC (permalink / raw
  To: gentoo-commits

commit:     bcd7f0ebe4bfa0aa53595c39352c194f8bb78e6d
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Jun 26 10:23:35 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Fri Jun 26 10:26:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bcd7f0eb

www-apps/uwebsockets: remove unneeded patch

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 .../uwebsockets/files/uwebsockets-Makefile.patch   | 24 ----------------------
 1 file changed, 24 deletions(-)

diff --git a/www-apps/uwebsockets/files/uwebsockets-Makefile.patch b/www-apps/uwebsockets/files/uwebsockets-Makefile.patch
deleted file mode 100644
index bc6ba5c..0000000
--- a/www-apps/uwebsockets/files/uwebsockets-Makefile.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/Makefile b/Makefile
-index ae71753..d057e96 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,3 +1,9 @@
-+DESTDIR ?=
-+
-+prefix ?= "/usr/local"
-+exec_prefix	?=	"$(prefix)"
-+includedir?=	"$(exec_prefix)/include/uWebSockets"
-+
- EXAMPLE_FILES := HelloWorld EchoServer BroadcastingEchoServer
- THREADED_EXAMPLE_FILES := HelloWorldThreaded EchoServerThreaded
- override CXXFLAGS += -lpthread -Wconversion -std=c++17 -Isrc -IuSockets/src
-@@ -38,3 +44,9 @@ all:
- clean:
- 	rm -rf $(EXAMPLE_FILES) $(THREADED_EXAMPLE_FILES)
- 	rm -rf fuzzing/*.o benchmarks/*.o
-+install:
-+	# create the folder for the header files
-+	install -d "$(DESTDIR)$(includedir)/f2"
-+	# now install the header files
-+	install -m 644 src/*.h "$(DESTDIR)$(includedir)/"
-+	install -m 644 src/f2/function2.hpp "$(DESTDIR)$(includedir)/f2/"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-26 10:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-26 10:31 [gentoo-commits] repo/proj/guru:dev commit in: www-apps/uwebsockets/files/ Aisha Tammy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox