Skip to content

Commit

Permalink
build: Remove OBJCFLAGS from macports.autoconf.mk
Browse files Browse the repository at this point in the history
The configure script no longer sets OBJCFLAGS after OBJC was removed
in 8475592.
  • Loading branch information
raimue committed May 9, 2018
1 parent be79d60 commit bb9db18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mk/macports.autoconf.mk.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ SHELL = @SHELL@

CC = @CC@
CFLAGS = @CFLAGS@ -std=c99 $(CFLAGS_QUICHEEATERS) $(CFLAGS_PEDANTIC) $(CFLAGS_WERROR)
OBJCFLAGS = @OBJCFLAGS@ $(CFLAGS_QUICHEEATERS) $(CFLAGS_PEDANTIC) $(CFLAGS_WERROR)
CPPFLAGS = @CPPFLAGS@ @DEFS@ -I@abs_top_builddir@/src -I@abs_top_srcdir@/src -I. -I@abs_top_builddir@/@VENDOR_DESTROOT@/@TCL_PREFIX@/include
CFLAGS_QUICHEEATERS = @CFLAGS_QUICHEEATERS@
CFLAGS_PEDANTIC = @CFLAGS_PEDANTIC@
Expand Down

0 comments on commit bb9db18

Please sign in to comment.