Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 688396 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
0
-- a/Makefile 2019-11-14 12:11:48.000000000 +0000
0
++ b/Makefile 2019-11-14 14:04:33.000000000 +0000
Lines 252-259 Link Here
252
endif
252
endif
253
253
254
# Optional Libraries
254
# Optional Libraries
255
LIBZIP_VERSION := $(shell ${PKG_CONFIG} --modversion libzip 2>/dev/null)
255
HAVE_LIBZIP := $(usev libzip)
256
HAVE_LIBZIP := $(if ${LIBZIP_VERSION},1)
257
ifneq (${HAVE_LIBZIP},)
256
ifneq (${HAVE_LIBZIP},)
258
  CFLAGS += -DHAVE_LIBZIP $(shell ${PKG_CONFIG} --cflags libzip)
257
  CFLAGS += -DHAVE_LIBZIP $(shell ${PKG_CONFIG} --cflags libzip)
259
  LIBZIP_LIBS := $(shell ${PKG_CONFIG} --libs libzip)
258
  LIBZIP_LIBS := $(shell ${PKG_CONFIG} --libs libzip)

Return to bug 688396