Skip to content

Commit

Permalink
graphics/inkscape: Revert Fix build with llvm16
Browse files Browse the repository at this point in the history
This reverts commit ef47f05 which was
a mid air collision. The problem was fixed with upstream patch.
  • Loading branch information
5u623l20 committed Jun 25, 2023
1 parent f3e746e commit bfb9196
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions graphics/inkscape/Makefile
Expand Up @@ -29,7 +29,6 @@ LICENSE_FILE_LGPL3+ = ${WRKSRC}/LICENSES/LGPL-3.0-or-later.txt
LICENSE_FILE_MPL11 = ${WRKSRC}/LICENSES/MPL-1.1.txt

LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \
libenchant-2.so:textproc/enchant2 \
libpopt.so:devel/popt \
libgc.so:devel/boehm-gc \
libgdl-3.so:x11-toolkits/gdl \
Expand Down Expand Up @@ -124,22 +123,12 @@ GSPELL_DESC= Support for spell checking through gspell
GSPELL_CMAKE_BOOL= WITH_GSPELL
GSPELL_LIB_DEPENDS= libgspell-1.so:textproc/gspell

.include <bsd.port.options.mk>

post-patch:
@${REINPLACE_CMD} -e 's|COMMAND python3|COMMAND ${PYTHON_VERSION}|g' \
${WRKSRC}/share/*/CMakeLists.txt
# Third entry in the table of interpreters is basename of executable
@${REINPLACE_CMD} -e 's|"python3"|"${PYTHON_VERSION}"|g' \
${WRKSRC}/src/extension/implementation/script.cpp
@${TOUCH} ${WRKSRC}/share/extensions/gcodetools_check_for_updates.inx.h
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
@${REINPLACE_CMD} -e 's|std::unary_function|std::__unary_function| ; s|std::binary_function|std::__binary_function|' \
${WRKSRC}/src/device-manager.cpp \
${WRKSRC}/src/libnrtype/FontFactory.h \
${WRKSRC}/src/ui/dialog/undo-history.h \
${WRKSRC}/src/ui/tool/multi-path-manipulator.cpp \
${WRKSRC}/src/util/units.h
.endif

.include <bsd.port.mk>

0 comments on commit bfb9196

Please sign in to comment.