Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Aug 2015 06:42:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202404] [MAINTAINER] multimedia/mplayer2: updates to Makefile
Message-ID:  <bug-202404-13-krobPnaSiH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202404-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202404-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202404

--- Comment #16 from Carlos J Puga Medina <cpm@fbsd.es> ---
I'm reworking the patch. Although, I noticed that build fails using
ASS_CONFIGURE_ENABLE 

cc -MD -MP -Wall -Wno-switch-enum -Wno-logical-op-parentheses -Wpointer-arith
-Wundef -Wno-pointer-sign -Wmissing-prototypes
-Werror=implicit-function-declaration  -D_ISOC99_SOURCE -D_BSD_SOURCE -O2  
-march=core2 -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-D_FILE_OFFSET_BITS=64 -I.  -I/usr/local/include  -I/usr/local/include 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include   -c -o
sub/ass_mp.o sub/ass_mp.c
In file included from sub/ass_mp.c:35:
sub/ass_mp.h:53:16: error: redefinition of 'ass_image'
typedef struct ass_image {
               ^
/usr/local/include/ass/ass.h:37:16: note: previous definition is here
typedef struct ass_image {
               ^
In file included from sub/ass_mp.c:35:
sub/ass_mp.h:60:3: error: typedef redefinition with different types
      ('struct ASS_Image' vs 'struct ass_image')
} ASS_Image;
  ^
/usr/local/include/ass/ass.h:54:3: note: previous definition is here
} ASS_Image;
  ^

but it passes the above error if I don't set ASS_CONFIGURE_ENABLE or
ASS_CONFIGURE_ON target.

ASS_LIB_DEPENDS=        libass.so:${PORTSDIR}/multimedia/libass
ASS_CONFIGURE_OFF=      --disable-libass

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202404-13-krobPnaSiH>