components/pkg-config/patches/0001-manpage.patch
changeset 1381 15aec33b84fa
equal deleted inserted replaced
1380:5f7d10f6436d 1381:15aec33b84fa
       
     1 This patch fixes the manpage so it displays properly on Solaris.  Without this
       
     2 patch, the "mak pkg-config" command shows no output.
       
     3 --- pkg-config-0.23/pkg-config.1-orig	2013-07-08 01:48:06.890795558 -0500
       
     4 +++ pkg-config-0.23/pkg-config.1	2013-07-08 01:50:15.263772090 -0500
       
     5 @@ -2,27 +2,7 @@
       
     6  .\" pkg-config manual page.
       
     7  .\" (C) Red Hat, Inc. based on gnome-config man page (C) Miguel de Icaza ([email protected])
       
     8  .\"
       
     9 -.
       
    10 -.\" Macros to disable groff line adjustment warnings that we can't easily
       
    11 -.\" fix in the text.
       
    12 -.ie \n(.g \{\
       
    13 -.  de DW
       
    14 -.    nr .oldwarn \n[.warn]
       
    15 -.    warn 0
       
    16 -.  .
       
    17 -.  de EW
       
    18 -.    warn \n[.oldwarn]
       
    19 -.  .
       
    20 -.\}
       
    21 -.el \
       
    22 -.\{ \
       
    23 -.  de DW
       
    24 -.  .
       
    25 -.  de EW
       
    26 -.  .
       
    27 -.\}
       
    28 -.
       
    29 -.TH pkg-config 1
       
    30 +.TH pkg-config 1 "7 Jul 2013"
       
    31  .SH NAME
       
    32  pkg-config \- Return metainformation about installed libraries
       
    33  .SH SYNOPSIS