fwknop: Fix compilation
[termux-packages] / disabled-packages / premake / build-gmake.unix-Premake4.make.patch
1 diff -u -r ../premake-4.4-beta5/build/gmake.unix/Premake4.make ./build/gmake.unix/Premake4.make
2 --- ../premake-4.4-beta5/build/gmake.unix/Premake4.make 2013-11-26 10:41:34.000000000 -0500
3 +++ ./build/gmake.unix/Premake4.make 2015-11-03 09:39:25.024912553 -0500
4 @@ -7,10 +7,6 @@
5 SILENT = @
6 endif
7
8 -CC = gcc
9 -CXX = g++
10 -AR = ar
11 -
12 ifndef RESCOMP
13 ifdef WINDRES
14 RESCOMP = $(WINDRES)