Bug 44301 - [maintainer] net/osrtspproxy: fix g++30 breakage
Summary: [maintainer] net/osrtspproxy: fix g++30 breakage
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 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-20 13:00 UTC by Volker Stolz
Modified: 2002-10-21 09:34 UTC (History)
0 users

See Also:


Attachments
file.diff (251 bytes, patch)
2002-10-20 13:00 UTC, Volker Stolz
no flags Details | Diff
file.shar (3.10 KB, text/plain)
2002-10-20 13:00 UTC, Volker Stolz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Volker Stolz 2002-10-20 13:00:05 UTC
Building failed on -CURRENT because the port tried using the wrong linker
with g++30.

- Top-level Makefile now uses ${MAKE}
- Respect C[XX]FLAGS
- Don't try linking with 'gcc' but use CXX instead.

Fix: Files added:
files/patch-Makefile.in
files/patch-libapp-Makefile.in
files/patch-librtsp-Makefile.in
files/patch-rtspproxy-Makefile.in

New files: shar `find files -name "patch-*"`
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2002-10-21 09:34:00 UTC
State Changed
From-To: open->closed

Committed, thanks.