projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe3caa1
)
Tiny capitalization adjustment in pkg-config files
author
Peter Eisentraut
<
[email protected]
>
Wed, 6 Jul 2022 08:32:40 +0000
(10:32 +0200)
committer
Peter Eisentraut
<
[email protected]
>
Wed, 6 Jul 2022 08:35:33 +0000
(10:35 +0200)
This makes the output match that produced by meson (and also matches
other packages and pkg-config's own documentation better).
src/Makefile.shlib
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.shlib
b/src/Makefile.shlib
index d0ec325bf15ec7f9cde3088d7ff5160070ce2c18..82b336fff3e54b7bd8c991d7877fb14b213ae0c2 100644
(file)
--- a/
src/Makefile.shlib
+++ b/
src/Makefile.shlib
@@
-396,7
+396,7
@@
endif # PORTNAME == cygwin || PORTNAME == win32
echo >>$@
echo 'Name: lib$(NAME)' >>$@
echo 'Description: PostgreSQL lib$(NAME) library' >>$@
- echo 'U
rl
: $(PACKAGE_URL)' >>$@
+ echo 'U
RL
: $(PACKAGE_URL)' >>$@
echo 'Version: $(VERSION)' >>$@
echo 'Requires: ' >>$@
echo 'Requires.private: $(PKG_CONFIG_REQUIRES_PRIVATE)' >>$@