Files
ports/print/ghostscript10/files/patch-configure
T
Michael Osipov 1bd6ae74ed print/ghostscript10: Update to 10.07.0
* Satisfy portclippy(1)

Reviewed by:	fuz, jrm
Differential Revision:	https://reviews.freebsd.org/D55883
Release Notes:	https://ghostscript.readthedocs.io/en/gs10.07.0/News.html
2026-03-23 10:34:24 +01:00

18 lines
557 B
Plaintext

--- configure.orig 2025-09-09 09:36:39 UTC
+++ configure
@@ -13615,7 +13615,12 @@ then :
DBG_CFLAGS="$DYNAMIC_CFLAGS $DBG_CFLAGS"
;;
*bsd*)
- DYNAMIC_DEVS="\$(GLOBJDIR)/X11.so"
+ INSTALL_SHARED="install-shared"
+ if test "x$X_DEVS" != x; then
+ DYNAMIC_DEVS="\$(GLOBJDIR)/X11.so"
+ else
+ DYNAMIC_DEVS=""
+ fi
DYNAMIC_FLAGS="-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\\\"\$(gssharedir)\\\""
X11_DEVS=""
OPT_CFLAGS="$DYNAMIC_CFLAGS $OPT_CFLAGS"