diff options
Diffstat (limited to 'devel/dotconf++')
-rw-r--r-- | devel/dotconf++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/dotconf++/Makefile b/devel/dotconf++/Makefile index 712f59b26a52..a22a40a2a189 100644 --- a/devel/dotconf++/Makefile +++ b/devel/dotconf++/Makefile @@ -18,7 +18,7 @@ COMMENT= Configuration file parser written in C++ USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \ |