SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,19 @@
XXX make it compile with gtk+2 2.22 (*_DISABLE_DEPRECATED)
basics.c:116: error: lvalue required as left operand of assignment
Index: examples/Makefile.in
--- examples/Makefile.in.orig
+++ examples/Makefile.in
@@ -280,12 +280,10 @@ INCLUDES = \
-I$(top_srcdir)/gtk
AM_CFLAGS = \
- -O2\
-W -Wall -pedantic\
-DG_DISABLE_DEPRECATED\
-DGDK_DISABLE_DEPRECATED\
-DGDK_PIXBUF_DISABLE_DEPRECATED\
- -DGTK_DISABLE_DEPRECATED\
@LIBGLADE_CFLAGS@ \
`pkg-config gtk+-2.0 --cflags`