adding ipe-7.1.4, fixing older ipe ebuilds
[shuber-gentoo-overlay.git] / media-gfx / ipe / files / 0002-config.mak-Add-ldl-flag.patch
1 From 9ef64ec2238e127861ce8ad8dcb2a6436c1cfd4f Mon Sep 17 00:00:00 2001
2 From: Stefan Huber <shuber@sthu.org>
3 Date: Fri, 15 Mar 2013 17:19:49 +0100
4 Subject: [PATCH 2/2] config.mak: Add -ldl flag
5
6 ---
7 diff --git a/src/config.mak b/src/config.mak
8 index 49c54de..d4e7a99 100644
9 --- a/src/config.mak
10 +++ b/src/config.mak
11 @@ -44,7 +44,7 @@ ifndef MACOS
12 LUA_PACKAGE ?= lua
13 #
14 ZLIB_CFLAGS ?=
15 -ZLIB_LIBS ?= -lz
16 +ZLIB_LIBS ?= -lz -ldl
17 FREETYPE_CFLAGS ?= $(shell pkg-config --cflags freetype2)
18 FREETYPE_LIBS ?= $(shell pkg-config --libs freetype2)
19 CAIRO_CFLAGS ?= $(shell pkg-config --cflags cairo)
20 --
21 1.8.1.5
22