ports/138749: multimedia/vlc-1.0.1,3 fails to compile [patch]

Mark Andrews marka at isc.org
Sat Sep 12 06:20:08 UTC 2009


>Number:         138749
>Category:       ports
>Synopsis:       multimedia/vlc-1.0.1,3 fails to compile [patch]
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 12 06:20:07 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Mark Andrews
>Release:        FreeBSD 6.4-STABLE i386
>Organization:
ISC
>Environment:
System: FreeBSD drugs.dv.isc.org 6.4-STABLE FreeBSD 6.4-STABLE #31: Thu Apr 30 07:41:29 EST 2009 marka at drugs.dv.isc.org:/usr/obj/usr/src/sys/DRUGS i386


>Description:

	Vlc fails to compile because NGROUPS is not defined.

>How-To-Repeat:

	Attempt to compile vlc.

>Fix:

--- modules/access/file.c.orig	2009-07-28 08:24:17.000000000 +1000
+++ modules/access/file.c	2009-09-12 13:50:56.000000000 +1000
@@ -52,6 +52,7 @@
 #   include <linux/magic.h>
 #   define HAVE_FSTATFS 1
 #elif defined (HAVE_SYS_MOUNT_H)
+#   include <sys/param.h>
 #   include <sys/mount.h>
 #   define HAVE_FSTATFS 1
 #endif

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list