aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2010-05-31 17:19:56 +0800
committergahr <gahr@FreeBSD.org>2010-05-31 17:19:56 +0800
commit0e740e8560b6582c80d1829ed9d2ece10333e248 (patch)
treec0474752c7d1b2c24f5c52946bcf29e071de380a /graphics
parent470505648655d88b74241b0bd5cac9fe70904341 (diff)
downloadfreebsd-ports-gnome-0e740e8560b6582c80d1829ed9d2ece10333e248.tar.gz
freebsd-ports-gnome-0e740e8560b6582c80d1829ed9d2ece10333e248.tar.zst
freebsd-ports-gnome-0e740e8560b6582c80d1829ed9d2ece10333e248.zip
- Add symlinks to lib/libOSMesa.so.7 and lib/libOSMesa.so
Requested by: Stas Timokhin (maintainer of science/paraview)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libosmesa/Makefile2
-rw-r--r--graphics/libosmesa/pkg-plist2
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile
index a62c8b53bdbe..28c2ca21f530 100644
--- a/graphics/libosmesa/Makefile
+++ b/graphics/libosmesa/Makefile
@@ -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
diff --git a/graphics/libosmesa/pkg-plist b/graphics/libosmesa/pkg-plist
index e8bc98835a8b..690615909547 100644
--- a/graphics/libosmesa/pkg-plist
+++ b/graphics/libosmesa/pkg-plist
@@ -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