mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
cad/horizon-eda: Change LLCM dependency to 15
It builds fine with 15 now.
This commit is contained in:
parent
67c663dabc
commit
41ba990caf
1 changed files with 2 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= horizon-eda
|
PORTNAME= horizon-eda
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 2.5.0
|
DISTVERSION= 2.5.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
|
|
||||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||||
|
@ -28,7 +28,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||||
libzip.so:archivers/libzip \
|
libzip.so:archivers/libzip \
|
||||||
libzmq.so:net/libzmq4
|
libzmq.so:net/libzmq4
|
||||||
|
|
||||||
USES= desktop-file-utils gmake gnome libarchive localbase pkgconfig python:build sqlite # compiler:c++17-lang
|
USES= desktop-file-utils gmake gnome libarchive llvm:15 localbase pkgconfig python:build sqlite # compiler:c++17-lang; llvm:15 is a workaround for bug#263870
|
||||||
USE_GNOME= atkmm gdkpixbuf2 gtkmm30 librsvg2
|
USE_GNOME= atkmm gdkpixbuf2 gtkmm30 librsvg2
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
@ -38,12 +38,6 @@ MAKE_ARGS= DEBUGFLAGS= OPTIMIZE=
|
||||||
|
|
||||||
BINARY_ALIAS= python3=${PYTHON_CMD}
|
BINARY_ALIAS= python3=${PYTHON_CMD}
|
||||||
|
|
||||||
LLVM_VER= 12 # workaround for bug#263870
|
|
||||||
BUILD_DEPENDS+= clang${LLVM_VER}:devel/llvm${LLVM_VER}
|
|
||||||
CPP= clang-cpp${LLVM_VER}
|
|
||||||
CC= clang${LLVM_VER}
|
|
||||||
CXX= clang++${LLVM_VER}
|
|
||||||
|
|
||||||
# Patch sources to force using include files installed by graphics/podofo09
|
# Patch sources to force using include files installed by graphics/podofo09
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e '/^#include/s|podofo/podofo.h|podofo09/podofo.h|' \
|
@${REINPLACE_CMD} -e '/^#include/s|podofo/podofo.h|podofo09/podofo.h|' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue