summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-02 13:28:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-08 22:55:09 +0200
commitc1eef1189009ca7d03eec13ee0dc62558c5dad14 (patch)
treee086955d419af9af1edea73b5ee27f539968090f /media-gfx/ipe/files/ipe-7.1.3-gold.patch
parenttoolchain-glibc.eclass: remove git logic (diff)
downloadgentoo-c1eef1189009ca7d03eec13ee0dc62558c5dad14.tar.gz
gentoo-c1eef1189009ca7d03eec13ee0dc62558c5dad14.tar.bz2
gentoo-c1eef1189009ca7d03eec13ee0dc62558c5dad14.zip
media-gfx/ipe: Remove last-rited package
Closes: https://bugs.gentoo.org/489190 Closes: https://bugs.gentoo.org/648666
Diffstat (limited to 'media-gfx/ipe/files/ipe-7.1.3-gold.patch')
-rw-r--r--media-gfx/ipe/files/ipe-7.1.3-gold.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/media-gfx/ipe/files/ipe-7.1.3-gold.patch b/media-gfx/ipe/files/ipe-7.1.3-gold.patch
deleted file mode 100644
index a28fafa15c43..000000000000
--- a/media-gfx/ipe/files/ipe-7.1.3-gold.patch
+++ /dev/null
@@ -1,30 +0,0 @@
- src/ipe/Makefile | 2 +-
- src/ipescript/Makefile | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/ipe/Makefile b/src/ipe/Makefile
-index 21ac500..5a7a1ad 100644
---- a/src/ipe/Makefile
-+++ b/src/ipe/Makefile
-@@ -10,7 +10,7 @@ TARGET = $(call exe_target,ipe)
- CPPFLAGS += -I../include -I../ipecanvas -I../ipecairo -I../ipelua \
- $(LUA_CFLAGS) $(UI_CFLAGS) $(CAIRO_CFLAGS) $(ZLIB_CFLAGS)
- LIBS += -L$(buildlib) -lipecanvas -lipecairo -lipelua -lipe -lipeui \
-- $(LUA_LIBS) $(UI_LIBS) $(CAIRO_LIBS) $(ZLIB_LIBS)
-+ $(LUA_LIBS) $(UI_LIBS) $(CAIRO_LIBS) $(ZLIB_LIBS) -ldl
-
- CPPFLAGS += -DIPELETDIR=\"$(IPELETDIR)\"
- CPPFLAGS += -DIPELUADIR=\"$(IPELUADIR)\"
-diff --git a/src/ipescript/Makefile b/src/ipescript/Makefile
-index ff35fd9..2315f1f 100644
---- a/src/ipescript/Makefile
-+++ b/src/ipescript/Makefile
-@@ -8,7 +8,7 @@ include ../common.mak
- TARGET = $(call exe_target,ipescript)
-
- CPPFLAGS += -I../include -I../ipelua $(LUA_CFLAGS)
--LIBS += -L$(buildlib) -lipelua -lipe $(LUA_LIBS)
-+LIBS += -L$(buildlib) -lipelua -lipe $(LUA_LIBS) -ldl
-
- CPPFLAGS += -DIPELETDIR=\"$(IPELETDIR)\"
- CPPFLAGS += -DIPESTYLEDIR=\"$(IPESTYLEDIR)\"