]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
freetype(-native): don't add rpath to LDFLAGS (via freetype-config).
authorPhil Blundell <pb@handhelds.org>
Mon, 15 May 2006 21:33:21 +0000 (23:33 +0200)
committerRene Wagner <rw@handhelds.org>
Mon, 15 May 2006 21:33:21 +0000 (23:33 +0200)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/packages/freetype/files/no-hardcode.patch [new file with mode: 0644]
org.handhelds.familiar/packages/freetype/freetype_2.1.10.bb

diff --git a/org.handhelds.familiar/packages/freetype/files/no-hardcode.patch b/org.handhelds.familiar/packages/freetype/files/no-hardcode.patch
new file mode 100644 (file)
index 0000000..44ae450
--- /dev/null
@@ -0,0 +1,11 @@
+--- freetype-2.1.10/builds/unix/freetype-config.in.old 2006-05-01 12:39:20.000000000 +0100
++++ freetype-2.1.10/builds/unix/freetype-config.in     2006-05-01 12:39:34.000000000 +0100
+@@ -16,7 +16,7 @@
+ libdir=@libdir@
+ enable_shared=@enable_shared@
+ wl=@wl@
+-hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'
++hardcode_libdir_flag_spec=''
+ usage()
+ {
index 772b316cc886639b40a1b7f1c795a24adeb3e8f3..35c0d0cbd6829c7b38369db77c1141598767263f 100644 (file)
@@ -2,10 +2,11 @@ DESCRIPTION = "Freetype font rendering library"
 HOMEPAGE = "http://www.freetype.org"
 SECTION = "libs"
 LICENSE = "freetype"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
-          file://configure.patch;patch=1"
+          file://configure.patch;patch=1 \
+          file://no-hardcode.patch;patch=1"
 S = "${WORKDIR}/freetype-${PV}"
 
 inherit autotools pkgconfig binconfig