$OpenBSD: patch-libr_Makefile,v 1.3 2016/10/10 12:20:17 feinerer Exp $

Remove library symlinks

--- libr/Makefile.orig	Tue Sep 27 14:41:57 2016
+++ libr/Makefile	Tue Sep 27 14:43:43 2016
@@ -146,7 +146,6 @@ install: install-includes install-pkgconfig
 	  echo " ${DESTDIR}${LIBDIR}/$(call libpath-to-name-version,$(lib),${LIBVERSION})"; \
 	  rm -f "${DESTDIR}${LIBDIR}/$(call libpath-to-name-version,$(lib),${LIBVERSION})"; \
 	  ${INSTALL_LIB} "$(lib)" "${DESTDIR}${LIBDIR}/$(call libpath-to-name-version,$(lib),${LIBVERSION})"; \
-	  ( cd "${DESTDIR}${LIBDIR}" ; ln -fs "$(call libpath-to-name-version,$(lib),${LIBVERSION})" "$(call libpath-to-name,$(lib))" ) ; \
 	)
 	# object archives
 	@for FILE in `find * -type f | grep -e '\.a$$' | grep -v fs/p` ; do \
