We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c245c6 commit d685d3eCopy full SHA for d685d3e
x11/gtk/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.144 2022/06/28 11:37:53 wiz Exp $
+# $NetBSD: Makefile,v 1.145 2025/07/16 09:32:49 jperkin Exp $
2
3
DISTNAME= gtk+-1.2.10
4
PKGREVISION= 21
@@ -26,6 +26,13 @@ CONFIGURE_ARGS+= --with-xinput=xfree \
26
--sysconfdir=${PREFIX}/share
27
CONFIGURE_ENV+= X_LDFLAGS=${X_LDFLAGS:Q}
28
29
+# Way too many hardcoded issues to patch
30
+.if ${PKGSRC_COMPILER:Mgcc}
31
+CFLAGS+= -Wno-error=implicit-function-declaration
32
+CFLAGS+= -Wno-error=implicit-int
33
+CFLAGS+= -Wno-error=incompatible-pointer-types
34
+.endif
35
+
36
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q}
37
PLIST_SUBST+= LOCALBASE=${LOCALBASE:Q}
38
0 commit comments