Bug 94234 - net/openh323: openh323u.mak sets variables incorrectly
Summary: net/openh323: openh323u.mak sets variables incorrectly
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: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-08 16:30 UTC by Steve Ames
Modified: 2006-03-14 01:53 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Ames 2006-03-08 16:30:08 UTC
	the stock openh323 reference applications load a makefile from the
openh323 installation. Some of the variables in the current incarnation
are correct when building openh323 but not correct for applications that
are just referencing this makefile to gather information about the openh323
environment. As such these applications will fail to compile and work
correctly.

Fix: 

This patch (http://steve.energistic.com/patches/openh323-1.17.3_2)
sets conditionals depending on if the makefile is being read during the
openh323 build or during a 3rd party build where it is just referenced. This
patch is necessary to get the refernce applications to compile and function
correctly.
How-To-Repeat: 	Attempt to compile any of the openh323 reference applications
(such as opengk or openam).
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2006-03-14 01:31:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

I'll take it.
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2006-03-14 01:53:46 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!