[Bug 202404] [MAINTAINER] multimedia/mplayer2: updates to Makefile
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 26 06:42:15 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202404
--- Comment #16 from Carlos J Puga Medina <cpm at 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.
More information about the freebsd-ports-bugs
mailing list