summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-07-17 03:17:51 +0000
committerNick Hadaway <raker@gentoo.org>2002-07-17 03:17:51 +0000
commit2d8346f84259f60b9ba5bba6f45324c0b2dbc369 (patch)
treebd4a028f2d8343554fdfc8280cbec4a2a7161d56 /x11-libs/libwmfun/files
parentadded a depend on ypbind for autofs (diff)
downloadhistorical-2d8346f84259f60b9ba5bba6f45324c0b2dbc369.tar.gz
historical-2d8346f84259f60b9ba5bba6f45324c0b2dbc369.tar.bz2
historical-2d8346f84259f60b9ba5bba6f45324c0b2dbc369.zip
Initial libwmfun ebuild patched for freetype2 and the latest WindowMaker
build that doesn't include libPropList.
Diffstat (limited to 'x11-libs/libwmfun/files')
-rw-r--r--x11-libs/libwmfun/files/digest-libwmfun-0.0.41
-rw-r--r--x11-libs/libwmfun/files/proplist-freetype2.diff21
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-libs/libwmfun/files/digest-libwmfun-0.0.4 b/x11-libs/libwmfun/files/digest-libwmfun-0.0.4
new file mode 100644
index 000000000000..0ad6081d3cf7
--- /dev/null
+++ b/x11-libs/libwmfun/files/digest-libwmfun-0.0.4
@@ -0,0 +1 @@
+MD5 af1ad49bada4b8f0df9377a133f109c4 libwmfun-0.0.4.tar.gz 127228
diff --git a/x11-libs/libwmfun/files/proplist-freetype2.diff b/x11-libs/libwmfun/files/proplist-freetype2.diff
new file mode 100644
index 000000000000..ee51aa3c17ef
--- /dev/null
+++ b/x11-libs/libwmfun/files/proplist-freetype2.diff
@@ -0,0 +1,21 @@
+diff -urN libwmfun-0.0.4/libwmfun/Makefile.in libwmfun-0.0.4-modified/libwmfun/Makefile.in
+--- libwmfun-0.0.4/libwmfun/Makefile.in Wed Dec 6 17:54:04 2000
++++ libwmfun-0.0.4-modified/libwmfun/Makefile.in Tue Jul 16 22:08:46 2002
+@@ -82,7 +82,7 @@
+ LTLIBRARIES = $(lib_LTLIBRARIES)
+
+
+-DEFS = @DEFS@ -I. -I$(srcdir) -I.
++DEFS = @DEFS@ -I. -I$(srcdir) -I. -I/usr/include/freetype2
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+diff -urN libwmfun-0.0.4/libwmfun/drawstring.c libwmfun-0.0.4-modified/libwmfun/drawstring.c
+--- libwmfun-0.0.4/libwmfun/drawstring.c Sun Jul 29 14:18:48 2001
++++ libwmfun-0.0.4-modified/libwmfun/drawstring.c Tue Jul 16 20:45:39 2002
+@@ -1,4 +1,4 @@
+-#include <proplist.h>
++#include <WINGs/proplist-compat.h>
+ #include <WINGs/WINGs.h>
+ #include <WINGs/WINGsP.h>
+ #include "generic.h"