From d3e942e7e75ac181541c751457e353a700383bb0 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 5 Mar 2010 21:45:10 +0100 Subject: On windows, we need to have gthread-2.0 in the linker libraries --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 0f4290d917..0e2d15bf5b 100644 --- a/configure.ac +++ b/configure.ac @@ -217,6 +217,7 @@ dnl Check for base dependencies early. dnl ********************************** PKG_CHECK_MODULES([GNOME_PLATFORM], [glib-2.0 >= glib_minimum_version + gthread-2.0 >= glib_minimum_version gtk+-2.0 >= gtk_minimum_version gconf-2.0 >= gconf_minimum_version libgnomecanvas-2.0 >= libgnomecanvas_minimum_version -- cgit title>x11-wm/dwm: Update to 6.2 2019-03-17T21:33:01+00:00 0mp 0mp@FreeBSD.org 2019-03-17T21:33:01+00:00 22a813f566dae5f9b1e737f80812b51c97345b8a - Clean up MASTER_SITES (remove outdated websites) - Set FREETYPEINC (now required to build) and VERSION in MARK_ARGS - Use DISTVERSION instead of PORTVERSION for consistency - Define a simple do-test target so that we can quickly test if the binary is at least not core dumping when started - Improve the description of the VOLUMECONTROL option - Replace config.mk patching with a post-configure target that makes the port respect user's CFLAGS, CPPFLAGS and LDFLAGS - Rewrite the post-extract target using make(1) if syntax instead of sh(1) if syntax New release announcement: https://lists.suckless.org/dev/1902/33214.html Reviewed by: mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D19416
- Clean up MASTER_SITES (remove outdated websites)
- Set FREETYPEINC (now required to build) and VERSION in MARK_ARGS
- Use DISTVERSION instead of PORTVERSION for consistency
- Define a simple do-test target so that we can quickly test if the binary
  is at least not core dumping when started
- Improve the description of the VOLUMECONTROL option
- Replace config.mk patching with a post-configure target that makes the
  port respect user's CFLAGS, CPPFLAGS and LDFLAGS
- Rewrite the post-extract target using make(1) if syntax instead of sh(1)
  if syntax

New release announcement:
https://lists.suckless.org/dev/1902/33214.html

Reviewed by:	mat
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D19416