View | Details | Raw Unified | Return to bug 196099
Collapse All | Expand All

(-)graphics/sdl_image/Makefile (+2 lines)
Lines 21-26 LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg Link Here
21
USES=		gmake libtool pkgconfig pathfix
21
USES=		gmake libtool pkgconfig pathfix
22
USE_SDL=	sdl
22
USE_SDL=	sdl
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
CONFIGURE_ARGS=	--disable-jpg-shared --disable-png-shared \
25
		--disable-tif-shared --disable-webp-shared
24
CPPFLAGS+=	-I${LOCALBASE}/include
26
CPPFLAGS+=	-I${LOCALBASE}/include
25
LIBS+=		-L${LOCALBASE}/lib -lm
27
LIBS+=		-L${LOCALBASE}/lib -lm
26
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
(-)graphics/sdl2_image/Makefile (+2 lines)
Lines 20-25 LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg Link Here
20
USES=		pkgconfig:build pathfix gmake libtool
20
USES=		pkgconfig:build pathfix gmake libtool
21
USE_SDL=	sdl2
21
USE_SDL=	sdl2
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS=	--disable-jpg-shared --disable-png-shared \
24
		--disable-tif-shared --disable-webp-shared
23
CPPFLAGS+=	-I${LOCALBASE}/include
25
CPPFLAGS+=	-I${LOCALBASE}/include
24
LDFLAGS+=	-L${LOCALBASE}/lib -lm
26
LDFLAGS+=	-L${LOCALBASE}/lib -lm
25
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes

Return to bug 196099