Bug 73994 - [PATCH] java/eclipse/files/make_gtk.mak - remove an unnecessary if statement
Summary: [PATCH] java/eclipse/files/make_gtk.mak - remove an unnecessary if statement
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-java (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-16 10:50 UTC by Jeremy Faulkner
Modified: 2004-11-16 17:06 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 Jeremy Faulkner 2004-11-16 10:50:26 UTC
ale@'s changes for the use of firefox obsolete an if statement that checks the browser version. Both the true and false conditions result in the identical mozilla compiler options. This patch removes that if statement.

Fix: 

http://www.gldis.ca/gldisater/freebsd/ports/eclipse.diff

MD5 (eclipse.diff) = 7864e688776c8f3df189091ddded80d0
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-11-16 10:51:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->java

Over to maintainers.
Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2004-11-16 17:06:38 UTC
State Changed
From-To: open->closed

Committed, thanks!