Bug 48941 - [PATCH] XFree86 3.x compile error
Summary: [PATCH] XFree86 3.x compile error
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: jmz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-05 03:50 UTC by fullermd
Modified: 2003-03-07 00:09 UTC (History)
0 users

See Also:


Attachments
file.diff (824 bytes, patch)
2003-03-05 03:50 UTC, fullermd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fullermd 2003-03-05 03:50:07 UTC
	XFree86 3.3.6 fails to compile in several ways.  The first occurs
	when you try to link in pam support, in that it tries to stick a
	pointer to the misc_conv() function into a structure.  I don't know
	enough about PAM to track this one down.

	The other is in the joystick header files, which I can patch.  With
	this patch, and PAM disabled, the compile works fine.

How-To-Repeat: 	cd /usr/ports/x11/XFree86 && make
Comment 1 Christian Weisgerber freebsd_committer freebsd_triage 2003-03-05 15:22:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jmz

Over to maintainer.
Comment 2 jmz freebsd_committer freebsd_triage 2003-03-07 00:08:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!