summaryrefslogtreecommitdiff
path: root/converters/help2man/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'converters/help2man/patches/patch-aa')
-rw-r--r--converters/help2man/patches/patch-aa12
1 files changed, 11 insertions, 1 deletions
diff --git a/converters/help2man/patches/patch-aa b/converters/help2man/patches/patch-aa
index 360a77472f1..2c9ee191d7d 100644
--- a/converters/help2man/patches/patch-aa
+++ b/converters/help2man/patches/patch-aa
@@ -1,4 +1,5 @@
-$NetBSD: patch-aa,v 1.2 2010/05/02 11:25:29 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2012/07/11 11:49:27 marino Exp $
+
--- Makefile.in.orig 2010-04-26 10:41:13.000000000 +0000
+++ Makefile.in
@@ -23,6 +23,7 @@ PERL = @PERL@
@@ -18,3 +19,12 @@ $NetBSD: patch-aa,v 1.2 2010/05/02 11:25:29 wiz Exp $
$(INSTALL_DATA) $(call vpath_file,$(target).1) $(DESTDIR)$(mandir)/man1
$(INSTALL_DATA) $(call vpath_file,/$(target).info) \
$(DESTDIR)$(infodir)/$(target).info
+@@ -110,7 +111,7 @@ $(target).h2m: $(srcdir)/$(target).h2m.P
+
+ preload: $(preload).so
+ $(preload).so: $(srcdir)/$(preload).c
+- $(CC) $(CFLAGS) -o $@ -fPIC -shared $? $(LIBS)
++ $(CC) $(CFLAGS) -o $@ -fPIC -shared $? $(LIBS) $(COMPILER_RPATH_FLAG)$(libdir)
+
+ man: $(target).1
+ $(target).1: $(srcdir)/$(target).PL $(srcdir)/$(target).h2m.PL