gentoo-ebuilds/x11-libs/fox/files/fox-1.7.85-fix-metaclass-header.patch
Nicolas PARLANT 6013a4b9a3
x11-libs/fox: add 1.7.85, add deps
deps:
* add pkg from x11-libs/ to prevent auto-rdep
  could be an useflag per pkg but forced here, as xcursor and xrandr
* fontconfig is required by xft option (truetype useflag)
* rm libpng as support is now built-in

patches instead of sed

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Closes: https://github.com/gentoo/gentoo/pull/40761
Signed-off-by: Sam James <sam@gentoo.org>
2025-02-27 06:02:57 +00:00

17 lines
319 B
Diff
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

fix from snapshot
prevent:
> /usr/include/fox-1.7/FXObject.h:54:28: error: FXSelector in namespace FX does not name a type
--- a/include/FXObject.h
+++ b/include/FXObject.h
@@ -25,6 +25,10 @@
#include "FXCallback.h"
#endif
+#ifndef FXMETACLASS_H
+#include "FXMetaClass.h"
+#endif
+
namespace FX {