1 # --- T2-COPYRIGHT-BEGIN ---
2 # t2/package/*/nsxiv/hotfix.patch
3 # Copyright (C) 2025 The T2 SDE Project
4 # SPDX-License-Identifier: GPL-2.0 or patched project license
5 # --- T2-COPYRIGHT-END ---
7 --- nsxiv/config.mk.vanilla 2025-01-09 16:41:41.527457510 -0500
8 +++ nsxiv/config.mk 2025-01-09 16:44:26.017841918 -0500
10 HAVE_LIBEXIF = $(OPT_DEP_DEFAULT)
12 # CFLAGS, any additional compiler flags goes here
13 -CFLAGS = -Wall -pedantic -O2 -DNDEBUG
14 +CFLAGS = -Wall -pedantic -O2 -DNDEBUG $(shell pkg-config --cflags imlib2)
15 # Uncomment for a debug build using gcc/clang
16 # CFLAGS = -Wall -pedantic -DDEBUG -g3 -fsanitize=address,undefined
18 +LDFLAGS=$(shell pkg-config --libs imlib2 x11)
20 # icons that will be installed via `make icon`
21 ICONS = 16x16.png 32x32.png 48x48.png 64x64.png 128x128.png