mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
- Add symlinks to lib/libOSMesa.so.7 and lib/libOSMesa.so
Requested by: Stas Timokhin (maintainer of science/paraview)
This commit is contained in:
parent
f3546b4785
commit
38da6424b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255381
@ -46,6 +46,8 @@ do-install:
|
||||
# shlib
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/libOSMesa32.so.${SHLIB_VERS} ${PREFIX}/lib
|
||||
${LN} -sf libOSMesa32.so.${SHLIB_VERS} ${PREFIX}/lib/libOSMesa32.so
|
||||
${LN} -sf libOSMesa32.so.${SHLIB_VERS} ${PREFIX}/lib/libOSMesa.so.${SHLIB_VERS}
|
||||
${LN} -sf libOSMesa32.so.${SHLIB_VERS} ${PREFIX}/lib/libOSMesa.so
|
||||
# pkg-config
|
||||
cd ${WRKSRC}/src/mesa && ${GMAKE} osmesa.pc
|
||||
${INSTALL_DATA} ${WRKSRC}/src/mesa/osmesa.pc ${PREFIX}/libdata/pkgconfig
|
||||
|
@ -3,6 +3,8 @@ include/Mesa/GL/glext.h
|
||||
include/Mesa/GL/osmesa.h
|
||||
lib/libOSMesa32.so.7
|
||||
lib/libOSMesa32.so
|
||||
lib/libOSMesa.so.7
|
||||
lib/libOSMesa.so
|
||||
libdata/pkgconfig/osmesa.pc
|
||||
@dirrm include/Mesa/GL
|
||||
@dirrm include/Mesa
|
||||
|
Loading…
Reference in New Issue
Block a user