Skip to content

Commit 68adaa0

Browse files
committed
remove workarounds
1 parent a651f37 commit 68adaa0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

cross/imagemagick/Makefile

+2-5
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ PKG_DIR = $(PKG_NAME)-$(PKG_VERS)
88

99
OPTIONAL_DEPENDS = cross/libheif cross/libraw cross/openexr cross/libraqm cross/librsvg
1010

11-
# cross/openjpeg fails to build for DSM 7 when later in the dependency list...
12-
DEPENDS = cross/openjpeg
13-
DEPENDS += cross/jemalloc
11+
DEPENDS = cross/jemalloc
1412
DEPENDS += cross/bzip2
1513
DEPENDS += cross/xz
1614
DEPENDS += cross/zstd
@@ -19,6 +17,7 @@ DEPENDS += cross/freetype
1917
DEPENDS += cross/fontconfig
2018
DEPENDS += cross/urw-base35-fonts
2119
DEPENDS += cross/dejavu
20+
DEPENDS += cross/openjpeg
2221
DEPENDS += cross/libjpeg
2322
DEPENDS += cross/jbigkit
2423
DEPENDS += cross/libpng
@@ -68,7 +67,5 @@ CONFIGURE_ARGS += CFLAGS=-lrt
6867
endif
6968

7069
ADDITIONAL_CFLAGS = -O
71-
# librsvg-2.0.pc does not define the correct include dir.
72-
ADDITIONAL_CFLAGS += -I$(STAGING_INSTALL_PREFIX)/include/librsvg-2.0
7370

7471
include ../../mk/spksrc.cross-cc.mk

0 commit comments

Comments
 (0)