Date: Fri, 7 Dec 2012 21:03:39 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308447 - head/Mk Message-ID: <201212072103.qB7L3dXd083203@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Fri Dec 7 21:03:39 2012 New Revision: 308447 URL: http://svnweb.freebsd.org/changeset/ports/308447 Log: Fix the library version detection of linux-openmotif (Fedora Core emulation at FreeBSD-7x). Thus, I'm sure it's "feature safe". PR: ports/174133 Submitted by: rodrigc Feature safe: yes Modified: head/Mk/bsd.linux-apps.mk Modified: head/Mk/bsd.linux-apps.mk ============================================================================== --- head/Mk/bsd.linux-apps.mk Fri Dec 7 20:11:47 2012 (r308446) +++ head/Mk/bsd.linux-apps.mk Fri Dec 7 21:03:39 2012 (r308447) @@ -351,7 +351,7 @@ openldap_f10_FILE= ${LINUXBASE}/usr/lib/ openldap_DETECT= ${openldap${LINUX_DIST_SUFFIX:S/-/_/}_FILE} openldap_PORT= ${PORTSDIR}/net/linux${LINUX_DIST_SUFFIX}-openldap -openmotif_FILE= ${LINUXBASE}/usr/X11R6/lib/libXm.so.4.0.3 +openmotif_FILE= ${LINUXBASE}/usr/X11R6/lib/libXm.so.3.0.3 openmotif_f10_FILE= ${LINUXBASE}/usr/lib/libXm.so.4 openmotif_DETECT= ${openmotif${LINUX_DIST_SUFFIX:S/-/_/}_FILE} openmotif_PORT= ${PORTSDIR}/x11-toolkits/linux${LINUX_DIST_SUFFIX}-openmotif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212072103.qB7L3dXd083203>