View | Details | Raw Unified | Return to bug 175518
Collapse All | Expand All

(-)Makefile (-1 / +4 lines)
Lines 17-27 Link Here
17
USE_GNOME=	gnomehack glib20
17
USE_GNOME=	gnomehack glib20
18
USE_GMAKE=	yes
18
USE_GMAKE=	yes
19
USE_PERL5_BUILD=yes
19
USE_PERL5_BUILD=yes
20
GNU_CONFIGURE=	yes
20
HAS_CONFIGURE=	yes
21
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
22
USE_GETTEXT=	yes
22
USE_GETTEXT=	yes
23
MAKE_JOBS_UNSAFE=yes
23
MAKE_JOBS_UNSAFE=yes
24
24
25
# Call autogen.sh, which calls libtool, autoconf, etc.
26
CONFIGURE_SCRIPT= autogen.sh
27
25
# Moonlight is installed as part of www/moonlight
28
# Moonlight is installed as part of www/moonlight
26
CONFIGURE_ARGS=	--with-moonlight=no
29
CONFIGURE_ARGS=	--with-moonlight=no
27
30
(-)files/patch-configure.in (+13 lines)
Line 0 Link Here
1
--- ./configure.in.orig	2012-12-21 15:20:46.000000000 -0500
2
+++ ./configure.in	2012-12-21 15:21:10.000000000 -0500
3
@@ -173,10 +173,6 @@
4
 		libgc_threads=pthreads
5
 		# This doesn't seem to work as of 7.0 on amd64
6
 		with_sigaltstack=no
7
-# TLS is only partially implemented on -CURRENT (compiler support
8
-# but NOT library support)
9
-#
10
-		with_tls=pthread
11
 		use_sigposix=yes
12
 		;;
13
 	*-*-*openbsd*)

Return to bug 175518