summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index bc9d5b1..23812e6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -46,12 +46,13 @@ RANLIB=ranlib
QUANTUMDEPTH = $(word 5,$(shell convert --version))
MAGICKVERSION = $(firstword $(subst -, ,$(subst .,,$(word 3,$(shell convert --version)))))
+WRAPEDVERSION = $(subst 0x,,$(subst ;,,$(lastword $(shell grep "enum\ MagickLibVersion\ " dmagick/c/magickVersion.d))))
ifneq ("$(QUANTUMDEPTH)","Q16")
VERSIONS+= -version=$(subst Q,Quantum,$(QUANTUMDEPTH))
endif
-ifneq ("$(MAGICKVERSION)","684")
+ifneq ("$(MAGICKVERSION)","$(WRAPEDVERSION)")
VERSIONS+= -version=MagickCore_$(MAGICKVERSION)
endif