diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-08-08 10:28:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-10 14:24:38 +0200 |
commit | e6be044ad012e6282371f06d7d166ac90ce226c1 (patch) | |
tree | f4dbf2f9e3890c4aae63a5954e5c8abf1611b9f2 /dev-lua | |
parent | net-libs/libisds: remove old (diff) | |
download | gentoo-e6be044ad012e6282371f06d7d166ac90ce226c1.tar.gz gentoo-e6be044ad012e6282371f06d7d166ac90ce226c1.tar.bz2 gentoo-e6be044ad012e6282371f06d7d166ac90ce226c1.zip |
dev-lua/luasocket: remove unused patch
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/luasocket/files/luasocket-2.0.2-unixsocket.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-lua/luasocket/files/luasocket-2.0.2-unixsocket.patch b/dev-lua/luasocket/files/luasocket-2.0.2-unixsocket.patch deleted file mode 100644 index 15f4fe01496c..000000000000 --- a/dev-lua/luasocket/files/luasocket-2.0.2-unixsocket.patch +++ /dev/null @@ -1,25 +0,0 @@ -Index: luasocket-2.0.2/makefile -=================================================================== ---- luasocket-2.0.2.orig/makefile -+++ luasocket-2.0.2/makefile -@@ -45,6 +47,7 @@ install: all - #cd src; $(INSTALL_DATA) $(TO_MIME_SHARE) $(INSTALL_MIME_SHARE) - cd src; mkdir -p $(INSTALL_MIME_LIB) - cd src; $(INSTALL_EXEC) $(MIME_SO) $(INSTALL_MIME_LIB)/core.$(EXT) -+ cd src; $(INSTALL_EXEC) $(UNIX_SO) $(INSTALL_SOCKET_LIB)/unix.$(EXT) - - #------ - # End of makefile -Index: luasocket-2.0.2/src/makefile -=================================================================== ---- luasocket-2.0.2.orig/src/makefile -+++ luasocket-2.0.2/src/makefile -@@ -47,7 +47,7 @@ UNIX_OBJS:=\ - usocket.o \ - unix.o - --all: $(SOCKET_SO) $(MIME_SO) -+all: $(SOCKET_SO) $(MIME_SO) $(UNIX_SO) - - $(SOCKET_SO): $(SOCKET_OBJS) - $(LD) $(LDFLAGS) -o $@ $(SOCKET_OBJS) |