From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/monica/files/
Date: Sat, 22 Jun 2024 18:54:36 +0000 (UTC) [thread overview]
Message-ID: <1719082239.7809c9fe89ff7fc43e821529318c7307ddc24bbe.conikost@gentoo> (raw)
commit: 7809c9fe89ff7fc43e821529318c7307ddc24bbe
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jun 18 17:24:06 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 18:50:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7809c9fe
media-gfx/monica: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../monica/files/monica-3.6-makefile-cleanup.patch | 33 ----------------------
1 file changed, 33 deletions(-)
diff --git a/media-gfx/monica/files/monica-3.6-makefile-cleanup.patch b/media-gfx/monica/files/monica-3.6-makefile-cleanup.patch
deleted file mode 100644
index 21881db24971..000000000000
--- a/media-gfx/monica/files/monica-3.6-makefile-cleanup.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -Nuar monica-3.6.orig/Makefile monica-3.6/Makefile
---- monica-3.6.orig/Makefile 2005-03-14 22:00:18.000000000 -0800
-+++ monica-3.6/Makefile 2007-11-15 00:48:39.000000000 -0800
-@@ -2,22 +2,24 @@
- CXX = g++
- LINK = g++
- CFLAGS = -Wall -O2
--CXXFLAGS = `fltk-config --cxxflags` -Wall -O2
--LDFLAGS = `fltk-config --ldflags`
-+CXXFLAGS = -Wall -O2
-+FLTK_CXXFLAGS = `fltk-config --cxxflags`
-+LDFLAGS =
-+FLTK_LDFLAGS = `fltk-config --ldflags`
- TARGET = monica
--DESTINATION = /usr/bin
-+DESTINATION = $(DESTDIR)/usr/bin
- OBJECTS = monica.o
-
- all: $(TARGET)
-
- $(TARGET): $(OBJECTS)
-- $(LINK) -o $(TARGET) $(OBJECTS) $(LDFLAGS)
-+ $(LINK) -o $(TARGET) $(OBJECTS) $(FLTK_LDFLAGS) $(LDFLAGS)
-
-
- monica.o: monica.cpp
-- $(CXX) -c $(CXXFLAGS) $(INCPATH) -o monica.o monica.cpp
-+ $(CXX) -c $(FLTK_CXXFLAGS) $(CXXFLAGS) $(INCPATH) -o monica.o monica.cpp
-
- clean:
- rm -f $(OBJECTS)
- rm -f monica
-
reply other threads:[~2024-06-22 18:54 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=1719082239.7809c9fe89ff7fc43e821529318c7307ddc24bbe.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