summaryrefslogtreecommitdiff
path: root/www/bkedit/patches
diff options
context:
space:
mode:
authorrecht <recht>2004-06-02 21:50:31 +0000
committerrecht <recht>2004-06-02 21:50:31 +0000
commited1554764e4a9d627f5b53d6c0f30cc531665425 (patch)
tree1dc7b63ce3b0d3d80820dfcbfe201a0113d7c334 /www/bkedit/patches
parent4e16646bcf0104ab8b42faefab2e1937933caf48 (diff)
downloadpkgsrc-ed1554764e4a9d627f5b53d6c0f30cc531665425.tar.gz
Work around the missing rpath flag in libxml2's xml2-config and make
the pkg build. Addresses PR 25775 by Cesar Catrian C.
Diffstat (limited to 'www/bkedit/patches')
-rw-r--r--www/bkedit/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/bkedit/patches/patch-aa b/www/bkedit/patches/patch-aa
new file mode 100644
index 00000000000..96bc03d5290
--- /dev/null
+++ b/www/bkedit/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2004/06/02 21:50:31 recht Exp $
+
+--- src/Makefile.in.orig 2004-06-02 23:33:55.000000000 +0200
++++ src/Makefile.in 2004-06-02 23:34:13.000000000 +0200
+@@ -3,8 +3,8 @@
+ CC = gcc
+ LD = gcc
+
+-CFLAGS = -Wall `@GTK_CONFIG@ --cflags` `@XML2_CONFIG@ --cflags`#-ggdb -pg -a
+-LDFLAGS = @LIB@ `@GTK_CONFIG@ --libs` `@XML2_CONFIG@ --libs` -Wl,-export-dynamic# -rdynamic 'reverse dependencies' # -pg
++CFLAGS = $(PKG_CFLAGS) -Wall `@GTK_CONFIG@ --cflags` `@XML2_CONFIG@ --cflags`#-ggdb -pg -a
++LDFLAGS = $(PKG_LDFLAGS) @LIB@ `@GTK_CONFIG@ --libs` `@XML2_CONFIG@ --libs` -Wl,-export-dynamic# -rdynamic 'reverse dependencies' # -pg
+
+ OBJS = bk_edit.o bk_edit_menu.o bk_edit_tree.o bk_edit_edit.o bk_edit_file.o \
+ bk_edit_ccp.o bk_edit_data.o bk_edit_undo.o bk_edit_dnd.o bk_edit_misc.o \