diff options
author | Michael Osipov <michaelo@FreeBSD.org> | 2023-12-30 07:35:41 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-31 01:06:35 +0100 |
commit | b05ed46930edd34df248898aa44aee63b389118b (patch) | |
tree | 757f94640fd72429481449c14f3e2b37cecb655a /print/ghostscript9-agpl-base/files/patch-configure | |
parent | www/py-dj41-drf-yasg: Remove expired port (diff) |
print/ghostscript9-agpl-*: Remove expired port
2023-12-31 print/ghostscript9-agpl-x11: Obsolete and unsupported upstream, consider using print/ghostscipt10
2023-12-31 print/ghostscript9-agpl-base: Obsolete and unsupported upstream, consider using print/ghostscipt10
Differential Revision: https://reviews.freebsd.org/D42376
Diffstat (limited to 'print/ghostscript9-agpl-base/files/patch-configure')
-rw-r--r-- | print/ghostscript9-agpl-base/files/patch-configure | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/print/ghostscript9-agpl-base/files/patch-configure b/print/ghostscript9-agpl-base/files/patch-configure deleted file mode 100644 index 9f99249c05b1..000000000000 --- a/print/ghostscript9-agpl-base/files/patch-configure +++ /dev/null @@ -1,16 +0,0 @@ ---- configure.orig 2022-04-04 13:48:49 UTC -+++ configure -@@ -11629,7 +11629,12 @@ if test "${enable_dynamic+set}" = set; 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" |