diff options
author | rh <rh@pkgsrc.org> | 2002-10-16 09:37:26 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-10-16 09:37:26 +0000 |
commit | a13e084eac1eda8ec5a58fddc1a0e0be480c7a17 (patch) | |
tree | 5f067c3c28c7a54c9e0c980aff41d5a03eb75fb1 /devel/eel2/patches/patch-aa | |
parent | 65f05aeed26163d65f3a02afd3802b4c7b210ec3 (diff) | |
download | pkgsrc-a13e084eac1eda8ec5a58fddc1a0e0be480c7a17.tar.gz |
Initial import of eel2-2.0.7, the eazel extentions library for GNOME2.
Diffstat (limited to 'devel/eel2/patches/patch-aa')
-rw-r--r-- | devel/eel2/patches/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/eel2/patches/patch-aa b/devel/eel2/patches/patch-aa new file mode 100644 index 00000000000..24a9ef26269 --- /dev/null +++ b/devel/eel2/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/10/16 09:37:26 rh Exp $ + +--- eel-2.0.pc.in.orig Wed Oct 16 19:21:18 2002 ++++ eel-2.0.pc.in +@@ -7,5 +7,5 @@ Name: eel + Description: Eazel Extensions Library + Version: @VERSION@ + Requires: gconf-2.0 gdk-pixbuf-2.0 glib-2.0 gmodule-2.0 gnome-vfs-2.0 gthread-2.0 gtk+-2.0 libart-2.0 libgnome-2.0 libgnomecanvas-2.0 libgnomeui-2.0 libxml-2.0 gail libglade-2.0 +-Libs: -L${libdir} -leel-2 ++Libs: -Wl,-R${libdir} -L${libdir} -leel-2 + Cflags: -I${includedir} |