1bd6ae74ed
* 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
18 lines
557 B
Plaintext
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"
|
|
|