public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasystem/files/
Date: Thu, 02 Jan 2025 00:14:43 +0000 (UTC)	[thread overview]
Message-ID: <1735776275.bd65a6f20a28c0fbae88dde1ec7ca2d6ca67c284.conikost@gentoo> (raw)

commit:     bd65a6f20a28c0fbae88dde1ec7ca2d6ca67c284
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Dec 25 16:35:42 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jan  2 00:04:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd65a6f2

dev-lua/luasystem: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../files/luasystem-0.4.2-fix-makefile.patch       | 49 ----------------------
 1 file changed, 49 deletions(-)

diff --git a/dev-lua/luasystem/files/luasystem-0.4.2-fix-makefile.patch b/dev-lua/luasystem/files/luasystem-0.4.2-fix-makefile.patch
deleted file mode 100644
index 2d930a29fe78..000000000000
--- a/dev-lua/luasystem/files/luasystem-0.4.2-fix-makefile.patch
+++ /dev/null
@@ -1,49 +0,0 @@
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -50,7 +50,7 @@
- # /usr/local/include/lua$(LUA_VERSION)
- # where lua headers are found for linux builds
- LUAINC_linux_base?=/usr/include
--LUAINC_linux?=$(LUAINC_linux_base)/lua/$(LUA_VERSION)
-+LUAINC_linux?=$(LUAINC_linux_base)/lua$(LUA_VERSION)
- LUAPREFIX_linux?=/usr/local
- CDIR_linux?=lib/lua/$(LUA_VERSION)
- LDIR_linux?=share/lua/$(LUA_VERSION)
-@@ -144,8 +144,8 @@
- CC_linux=gcc
- DEF_linux=
- CFLAGS_linux= -I$(LUAINC) $(DEF) -Wall -Wshadow -Wextra \
--	-Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden
--LDFLAGS_linux=-lrt -O -shared -fpic -o
-+	-Wimplicit -fpic -fvisibility=hidden
-+LDFLAGS_linux=-lrt -shared -fpic -o
- LD_linux=gcc
- 
- #------
-@@ -208,7 +208,7 @@
- #
- CC=$(CC_$(PLAT))
- DEF=$(DEF_$(PLAT))
--CFLAGS=$(MYCFLAGS) $(CFLAGS_$(PLAT))
-+CFLAGS=$(CFLAGS_$(PLAT)) $(MYCFLAGS)
- LDFLAGS=$(MYLDFLAGS) $(LDFLAGS_$(PLAT))
- LD=$(LD_$(PLAT))
- LUAINC= $(LUAINC_$(PLAT))
-@@ -217,7 +217,7 @@
- #------
- # Objects
- #
--OBJS=core.$(O) compat.$(O) time.$(O) environment.$(O) random.$(O) term.$(O)
-+OBJS=core.$(O) compat.$(O) time.$(O) environment.$(O) random.$(O) term.$(O) bitflags.$(O) wcwidth.$(O)
- 
- #------
- # Targets
-@@ -248,7 +248,7 @@
- all: $(SOLIB)
- 
- $(SOLIB): $(OBJS)
--	$(LD) $(OBJS) $(LDFLAGS)$@
-+	$(LD) $(OBJS) $(LDFLAGS) $@
- 
- install: all
- 	$(INSTALL_DIR) $(INSTALL_TOP_LDIR)


                 reply	other threads:[~2025-01-02  0:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1735776275.bd65a6f20a28c0fbae88dde1ec7ca2d6ca67c284.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox