summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Dovi2021-06-09 13:38:00 +0200
committerArnaud Dovi2021-06-09 13:38:00 +0200
commit0e3a7eb313bca9c1257693a9716d942fba887a6a (patch)
tree60e1b898b9c58fee52e77757102c767620daa449
parent5fff7e923955a7b679222402f89a243b6ccf7bd9 (diff)
downloadaur-0e3a7eb313bca9c1257693a9716d942fba887a6a.tar.gz
Disable the CFLAG/CXXFLAG patch now merged upstream
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8281b67e2277..1775de3bb4fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = detect-it-easy-git
pkgdesc = Detect It Easy, or abbreviated "DIE" is a program for determining types of files
- pkgver = 3.02.r1.aec057a
+ pkgver = 3.02.r8.bf4dfe4
pkgrel = 1
url = https://github.com/horsicq/Detect-It-Easy/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 56aaedf6a5d8..4a3052947299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Arnaud Dovi <mr.dovi@gmail.com>
pkgname=detect-it-easy-git
-pkgver=3.02.r1.aec057a
+pkgver=3.02.r8.bf4dfe4
pkgrel=1
pkgdesc='Detect It Easy, or abbreviated "DIE" is a program for determining types of files'
arch=('x86_64')
@@ -64,14 +64,14 @@ build() {
_subdirs="build_libs gui_source console_source"
- # FIXME UPSTREAM: -Werror=format-security is causing build errors
- export CFLAGS+=" -Wno-format-security"
- export CXXFLAGS+=" -Wno-format-security"
+ # [DEPRECATED] FIXME UPSTREAM: -Werror=format-security is causing build errors (merged upstream)
+ #export CFLAGS+=" -Wno-format-security"
+ #export CXXFLAGS+=" -Wno-format-security"
for _subdir in $_subdirs; do
pushd "$_subdir" || return
echo -e "${_prefix}${_prefix}Building $_subdir"
- qmake-qt5 PREFIX=/usr QMAKE_CFLAGS="${CFLAGS}" QMAKE_CXXFLAGS="${QMAKE_CXXFLAGS}" QMAKE_LFLAGS="${LDFLAGS}" "$_subdir.pro"
+ qmake-qt5 PREFIX=/usr QMAKE_CFLAGS="${CFLAGS}" QMAKE_CXXFLAGS="${CXXFLAGS}" QMAKE_LFLAGS="${LDFLAGS}" "$_subdir.pro"
make -f Makefile clean
make -f Makefile
popd || return