| Summary: | devel/ode: make: "/usr/ports/devel/ode/Makefile" line 37: Malformed conditional (${PORT_OPTIONS:MGIMPACT) && defined(WITH_DOUBLE}) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | O. Hartmann <ohartmann> | ||||
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Fixed http://svnweb.freebsd.org/ports?view=revision&revision=318961 |
make: Unknown modifier ')' make: "/usr/ports/devel/ode/Makefile" line 37: Malformed conditional (${PORT_OPTIONS:MGIMPACT) && defined(WITH_DOUBLE}) make: Fatal errors encountered -- cannot continue Fix: Goto Makefile of devel/ode. Search for line 37. REPLACE: .if ${PORT_OPTIONS:MGIMPACT) && defined(WITH_DOUBLE} SET: .if ${PORT_OPTIONS:MGIMPACT) && defined(WITH_DOUBLE) Patch attached with submission follows: How-To-Repeat: Try to make devel/ode