mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Fix the build of empathy my removing offending Makefile rules. Bump
gstreamer-plugins portrevision to fix the messed up header. Thanks to The BSD Dreamer <beastie@tardisi.com> for finding out where it went wrong. PR: ports/176768 Submitted by: Ruslan Makhmatkhanov <rm@FreeBSD.org>
This commit is contained in:
parent
bb98d4defe
commit
06e8039779
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314040
@ -6,7 +6,7 @@ PORTNAME= gstreamer
|
||||
PORTVERSION?= ${BASE_PORTVERSION}
|
||||
# When chasing a shared library for a plug-in bump the PORTREVISION in the
|
||||
# plug-in port instead, like ${category}/gstreamer-plugin-${PLUGIN}.
|
||||
PORTREVISION?= 2
|
||||
PORTREVISION?= 3
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES?= multimedia audio
|
||||
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \
|
||||
|
27
net-im/empathy/files/patch-src_Makefile.in
Normal file
27
net-im/empathy/files/patch-src_Makefile.in
Normal file
@ -0,0 +1,27 @@
|
||||
--- src/Makefile.in.orig 2013-03-12 21:11:24.000000000 +0000
|
||||
+++ src/Makefile.in 2013-03-12 21:12:10.000000000 +0000
|
||||
@@ -1688,24 +1688,6 @@
|
||||
$(AM_V_GEN)echo "#include \"src-marshal.h\"" > $@ && \
|
||||
$(GLIB_GENMARSHAL) --body --prefix=_$(subst -,_,$*)_marshal $< >> $*-marshal.c
|
||||
|
||||
-# rules for making the glib enum objects
|
||||
-%-enumtypes.h: %.h Makefile.in
|
||||
- $(AM_V_GEN)glib-mkenums \
|
||||
- --fhead "#ifndef __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__\n#define __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
|
||||
- --fprod "/* enumerations from \"@filename@\" */\n" \
|
||||
- --vhead "GType @enum_name@_get_type (void);\n#define $(shell echo $* | tr [:lower:]- [:upper:]_ | sed 's/_.*//')_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \
|
||||
- --ftail "G_END_DECLS\n\n#endif /* __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__ */" \
|
||||
- $< > $@
|
||||
-
|
||||
-%-enumtypes.c: %.h Makefile.in
|
||||
- $(AM_V_GEN)glib-mkenums \
|
||||
- --fhead "#include <$*.h>\n#include <$*-enumtypes.h>" \
|
||||
- --fprod "\n/* enumerations from \"@filename@\" */" \
|
||||
- --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \
|
||||
- --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@VALUENAME@\" }," \
|
||||
- --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \
|
||||
- $< > $@
|
||||
-
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
Loading…
Reference in New Issue
Block a user