We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13d358 commit dd365c7Copy full SHA for dd365c7
x11/gtk2/Makefile
@@ -92,6 +92,11 @@ FILES_SUBST+= GTK_UPDATE_ICON_CACHE="${PREFIX}/bin/gtk2-update-icon-cache"
92
FILES_SUBST+= ICON_THEME_DIR="${PREFIX}/share/icons"
93
INSTALL_TEMPLATES+= ../../x11/gtk2/files/icon-cache.tmpl
94
95
+.include "../../mk/compiler.mk"
96
+.if ${PKGSRC_COMPILER:M*gcc*} && empty(PKGSRC_COMPILER:Mgcc[3-4].*)
97
+CFLAGS+= -Wno-error=incompatible-pointer-types
98
+.endif
99
+
100
_BUILDING_GTK2= yes
101
.include "modules.mk"
102
0 commit comments