- Fix build with clang
Feature safe: yes
This commit is contained in:
parent
88ea7f3491
commit
cb9406d245
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308017
1 changed files with 11 additions and 0 deletions
11
graphics/intergif/files/patch-src-makefile.ix
Normal file
11
graphics/intergif/files/patch-src-makefile.ix
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/makefile.ix.orig 2012-11-30 16:05:40.000000000 +0100
|
||||
+++ src/makefile.ix 2012-11-30 16:06:20.000000000 +0100
|
||||
@@ -10,7 +10,7 @@
|
||||
Link=cc
|
||||
LinkFlags = -o $@
|
||||
cc = cc
|
||||
-CCflags = -O6 --unsigned-char -c -Wall -Wno-unused
|
||||
+CCflags = -O6 --unsigned-char -c -Wall -Wno-unused ${CFLAGS}
|
||||
|
||||
.SUFFIXES: .c .o
|
||||
|
Loading…
Reference in a new issue