Skip to content

Commit

Permalink
Ignore warnings from gtk for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
eyal0 committed Nov 4, 2021
1 parent d4d21a8 commit fe3ca6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ AX_C_COMPILE_VALUE(GERBV_INTERPOLATION_LINEARx10,NEW_LINEARX10,[#include "gerbv.

# Ignore GTK 2.0 warnings for linux and macos.
AC_SUBST([gerbv_CFLAGS_SYSTEM1], ['$(subst -I/usr/include/gtk-2.0,-isystem /usr/include/gtk-2.0,$(gerbv_CFLAGS))'])
AC_SUBST([gerbv_CFLAGS_SYSTEM], ['$(subst -I/usr/local/Cellar/gtk+/2.24.32_3/include/gtk-2.0,-isystem /usr/local/Cellar/gtk+/2.24.32_3/include/gtk-2.0,$(gerbv_CFLAGS_SYSTEM1))'])
AC_SUBST([gerbv_CFLAGS_SYSTEM], ['$(subst -I/usr/local/Cellar/gtk+/2.24.33/include/gtk-2.0,-isystem /usr/local/Cellar/gtk+/2.24.33/include/gtk-2.0,$(gerbv_CFLAGS_SYSTEM1))'])

# Checks for header files.
AC_HEADER_STDC
Expand Down

0 comments on commit fe3ca6a

Please sign in to comment.