Bug #11899 ยป Makefile.diff
Makefile :: | ||
---|---|---|
9 | 9 |
# |
10 | 10 | |
11 | 11 |
# |
12 |
# Copyright 2019 Gary Mills |
|
12 | 13 |
# Copyright 2015 Aurelien Larcher |
13 | 14 |
# |
14 | 15 | |
... | ... | |
34 | 35 | |
35 | 36 |
CONFIGURE_DEFAULT_DIRS=no |
36 | 37 | |
38 |
PARCH64 = $(MACH64:amd64=x86_64) |
|
39 | ||
37 | 40 |
# Warnings are normal: libtool: error: ignoring unknown tag NASM |
38 | 41 | |
39 | 42 |
CONFIGURE_OPTIONS.JPEG6= |
... | ... | |
49 | 52 |
CONFIGURE_OPTIONS.32+= --bindir=$(USRLIBDIR)/libjpeg$(JPEG_API_VERSION)-turbo/bin |
50 | 53 |
CONFIGURE_OPTIONS.32+= --libdir=$(USRLIBDIR)/libjpeg$(JPEG_API_VERSION)-turbo/lib |
51 | 54 |
# Autoconf infers the build type incorrectly from the host triplet |
52 |
CONFIGURE_OPTIONS.64+= --build=x86_64-solaris2.11
|
|
55 |
CONFIGURE_OPTIONS.64+= --build=$(PARCH64:sparcv9=sparc)-solaris2.11
|
|
53 | 56 |
CONFIGURE_OPTIONS.64+= --bindir=$(USRLIBDIR)/libjpeg$(JPEG_API_VERSION)-turbo/bin/$(MACH64) |
54 | 57 |
CONFIGURE_OPTIONS.64+= --libdir=$(USRLIBDIR)/libjpeg$(JPEG_API_VERSION)-turbo/lib/$(MACH64) |
55 | 58 |