ports/84747: ports/science/xmakemol fails to detect Motif
Carlos A M dos Santos
casantos at urisan.tche.br
Wed Aug 10 12:40:10 UTC 2005
>Number: 84747
>Category: ports
>Synopsis: ports/science/xmakemol fails to detect Motif
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 10 12:40:07 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Carlos A M dos Santos
>Release: FreeBSD 5.4-RELEASE i386
>Organization:
Universidade Regional Integrada
>Environment:
System: FreeBSD sophia.inf.urisan 5.4-RELEASE FreeBSD 5.4-RELEASE #1: Mon May 16 01:34:41 BRT 2005 root at avatar.casantos.org:/share/FreeBSD/5.4-RELEASE/src/sys/i386/compile/A7N266-VM i386
>Description:
The configure script distributed with xmakemol can not detect the
presence of Motif if a static libXm is not available because the
dynamic libXm needs libXp.
>How-To-Repeat:
Try to build the port in a system with dynamic libXm and without
libXm.a.
>Fix:
Apply the attached patch.
--- science::xmakemol.patch begins here ---
diff -durP ports/science/xmakemol/Makefile ports/science/xmakemol/Makefile
--- ports.orig/science/xmakemol/Makefile Sat Jun 5 05:06:54 2004
+++ ports/science/xmakemol/Makefile Thu May 26 20:36:31 2005
@@ -17,6 +17,7 @@
USE_MOTIF= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= X_EXTRA_LIBS="-lXp"
MAN1= xmakemol.1
--- science::xmakemol.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list