summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd/srt-to-vtt-cl/fix-validation.patch
blob: abddae6d07198c6950c45d2b4d0105afd76eecd2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,4 @@
-ERR = $(shell which clang++ >/dev/null; echo $$?)
-ifeq "$(ERR)" "0"
-	CXX ?= clang++
-else
-	CXX ?= g++
-endif
+CXX ?= g++
 CXXFLAGS = -std=c++11 -O2 -MMD -I ./deps
 OBJECTS := src/text_encoding_detect.o src/Utils.o src/Converter.o src/main.o
 DEPENDS := $(OBJECTS:.o=.d)