diff options
author | gdt <gdt@pkgsrc.org> | 2013-03-01 14:35:53 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2013-03-01 14:35:53 +0000 |
commit | cc704390a4468fde1854ee309dbd4137ac96bc63 (patch) | |
tree | 232ca98391a3a82fbbc98900a34af3a6873a27c6 /graphics/lensfun | |
parent | a93223ec214c968c8f8277e0f94fb14d051cfe44 (diff) | |
download | pkgsrc-cc704390a4468fde1854ee309dbd4137ac96bc63.tar.gz |
fix comment about shlib naming mess/fix.
Diffstat (limited to 'graphics/lensfun')
-rw-r--r-- | graphics/lensfun/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/lensfun/Makefile b/graphics/lensfun/Makefile index 9b77d6d972a..f025b556bcb 100644 --- a/graphics/lensfun/Makefile +++ b/graphics/lensfun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2013/03/01 14:34:38 gdt Exp $ +# $NetBSD: Makefile,v 1.21 2013/03/01 14:35:53 gdt Exp $ # DISTNAME= lensfun-0.2.6 @@ -25,7 +25,9 @@ USE_LANGUAGES= c c++ USE_TOOLS+= gmake pkg-config gsed PKGCONFIG_OVERRIDE= libs/lensfun/lensfun.pc.in -# Why three copys of the file? +# Starting in 0.2.6, the library is misinstalled as liblensfun.so, +# with no .0 variant. Manually fix it, because that's easier than +# understanding the build, and upstream is moving to cmake anyway. post-install: ${MV} ${DESTDIR}${PREFIX}/lib/liblensfun.so \ ${DESTDIR}${PREFIX}/lib/liblensfun.so.${PKGVERSION:C/nb[0-9]*//} |