Bug 56453 - games/fuhquake: small maintenance update
Summary: games/fuhquake: small maintenance update
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-09-04 19:30 UTC by Alexey Dokuchaev
Modified: 2003-09-05 10:06 UTC (History)
0 users

See Also:


Attachments
file.diff (817 bytes, patch)
2003-09-04 19:30 UTC, Alexey Dokuchaev
no flags Details | Diff
111 (409 bytes, text/plain; charset=us-ascii)
2003-09-04 20:00 UTC, danfe
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Dokuchaev 2003-09-04 19:30:18 UTC
This is a small patch to Makefile that does two things:
	- Silence GCC warnings on 5.x (missing \n at EOF)
	- Change bogus SED statement

This also closes PR ports/56425.

Submitted by:	Ulrich Spoerlein <q@uni.de>

Fix: %%%
How-To-Repeat: N/A
Comment 1 danfe 2003-09-04 20:00:24 UTC
Forgot one more patch (apply after previous one).

	- Don't grumble about disabling x86 asm on non-i386 hardware,
	  since obviously it won't be used anyway.

./danfe
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2003-09-05 10:06:10 UTC
State Changed
From-To: open->closed

Committed, thanks!