mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
graphics/cimg: temporarily disable libboard
ATM CImg does not build against ImageMagick (GraphicsMagick is OK), and since libboard is built against ImageMagick this causes an error. Reported by: pkg-fallout
This commit is contained in:
parent
339d443d7b
commit
10c6078858
@ -3,7 +3,7 @@
|
||||
PORTNAME= cimg
|
||||
DISTVERSIONPREFIX= v.
|
||||
DISTVERSION= 2.9.7
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES= graphics devel
|
||||
|
||||
@ -44,7 +44,7 @@ USES+= blaslapack
|
||||
.endif
|
||||
|
||||
REINPLACE_ARGS= -i ""
|
||||
LIB_DEPENDS+= libboard.so:graphics/libboard
|
||||
#LIB_DEPENDS+= libboard.so:graphics/libboard
|
||||
|
||||
. if !defined(WITH_DEBUG)
|
||||
LIB_DEPENDS+= libcurl.so:ftp/curl \
|
||||
|
@ -74,7 +74,7 @@
|
||||
|
||||
# Flags to enable native support for compressed .cimgz files, using the Zlib library.
|
||||
# ( http://www.zlib.net/ )
|
||||
@@ -288,15 +288,15 @@ endif
|
||||
@@ -288,17 +288,17 @@ endif
|
||||
|
||||
# Flags to enable the use of LAPACK routines for matrix computation
|
||||
# ( http://www.netlib.org/lapack/ )
|
||||
@ -90,10 +90,14 @@
|
||||
# ( https://github.com/c-koi/libboard )
|
||||
BOARD_DEFINE = -Dcimg_use_board
|
||||
-BOARD_INCDIR = -I/usr/include/board
|
||||
-BOARD_CFLAGS = $(BOARD_DEFINE) $(BOARD_INCDIR)
|
||||
-BOARD_LIBS = -lboard
|
||||
+BOARD_INCDIR = -I$(LOCALBASE)/include/board
|
||||
BOARD_CFLAGS = $(BOARD_DEFINE) $(BOARD_INCDIR)
|
||||
BOARD_LIBS = -lboard
|
||||
+#BOARD_CFLAGS = $(BOARD_DEFINE) $(BOARD_INCDIR)
|
||||
+#BOARD_LIBS = -lboard
|
||||
|
||||
# Flags to compile GIMP plug-ins.
|
||||
ifeq ($(MSYSTEM),MINGW32)
|
||||
@@ -368,6 +368,7 @@ $(TIFF_LIBS) \
|
||||
$(HEIF_LIBS) \
|
||||
$(LAPACK_LIBS) \
|
||||
|
Loading…
Reference in New Issue
Block a user