mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
- Add missing deps: gettext; py-setuptools - Remove obsolete patch: c++11.patch - Rename existing patchfiles, to specify purpose for each Fixes: https://trac.macports.org/ticket/65244
10 lines
538 B
Diff
10 lines
538 B
Diff
--- apps/CMakeLists.txt.orig 2022-06-07 21:23:16.000000000 +0200
|
|
+++ apps/CMakeLists.txt 2022-06-07 21:25:05.000000000 +0200
|
|
@@ -42,5 +42,5 @@
|
|
IF(NOT DEFINED SETUP_PY_INSTALL_PREFIX)
|
|
SET(SETUP_PY_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
|
ENDIF()
|
|
- INSTALL(CODE "execute_process(COMMAND ${PYTHON} ${SETUP_PY} install --prefix=\$ENV{DESTDIR}${SETUP_PY_INSTALL_PREFIX})")
|
|
+ INSTALL(CODE "execute_process(COMMAND ${PYTHON} ${SETUP_PY} install --prefix=${SETUP_PY_INSTALL_PREFIX} --root=\$ENV{DESTDIR})")
|
|
ENDIF(PYTHON)
|