mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- configure.ac contains GTK_DOC_CHECK and the new autoreconf runs gtkdocize in that case so add a build dependency. - fix post-patch commands that patch files which are regenerated by autoreconf. - remove old patches while here. PR: 263454
11 lines
360 B
Text
11 lines
360 B
Text
--- configure.ac.orig 2020-11-26 23:20:59 UTC
|
|
+++ configure.ac
|
|
@@ -842,7 +842,7 @@ save_LIBS="$LIBS"
|
|
AM_CONDITIONAL(BUILD_SPHINX, test "x$have_glib" = "xyes" -a "x$have_windows" = "xno" -a "x$have_png" = "xyes")
|
|
|
|
save_LIBS="$LIBS"
|
|
-AC_CHECK_LIB(rt, shm_open, shm_LIBS="-lrt")
|
|
+AC_CHECK_LIB(c, shm_open, shm_LIBS="")
|
|
AC_SUBST(shm_LIBS)
|
|
LIBS="$save_LIBS"
|
|
|