Bug 55104 - [patch] lang/mawk: Fix broken configure by re-running autoconf (bento)
Summary: [patch] lang/mawk: Fix broken configure by re-running autoconf (bento)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-31 12:10 UTC by Volker Stolz
Modified: 2003-08-01 06:41 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (264 bytes, patch)
2003-07-31 12:10 UTC, Volker Stolz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Volker Stolz 2003-07-31 12:10:14 UTC
There's something in the shipped configure which makes gcc33 trip, cf. bento's log:
checking for -lm... no
checking for log... no
configure: error: Cannot find a math library. You need to set MATHLIB in config.user

Fix: Tell the port to regenerate the configure script by running autoconf 2.13
(2.53 won't do!).
How-To-Repeat: -STABLE: CC=gcc33 CXX=g++33 make configure
-CURRENT: make configure
Comment 1 Daichi GOTO freebsd_committer freebsd_triage 2003-08-01 06:41:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!