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

(-)devel/libpthread-stubs/Makefile (-2 / +1 lines)
Lines 10-17 MASTER_SITES= http://xcb.freedesktop.org Link Here
10
MAINTAINER=	ashish@FreeBSD.org
10
MAINTAINER=	ashish@FreeBSD.org
11
COMMENT=	This library provides weak aliases for pthread functions
11
COMMENT=	This library provides weak aliases for pthread functions
12
12
13
USES=		gmake pkgconfig
13
USES=		pathfix
14
USE_GNOME=	gnomehack
15
USE_BZIP2=	yes
14
USE_BZIP2=	yes
16
USE_LDCONFIG=	yes
15
USE_LDCONFIG=	yes
17
16
(-)devel/libpthread-stubs/files/patch-configure-libs (-11 lines)
Lines 1-11 Link Here
1
--- configure.orig	Wed Jan 24 17:10:44 2007
2
+++ configure	Wed Jan 24 17:11:08 2007
3
@@ -20705,7 +20705,7 @@
4
 _ACEOF
5
 
6
 else
7
-  PKG_CONFIG_LIBS='-L${libdir} -pthread-stubs'
8
+  PKG_CONFIG_LIBS='-L${libdir} -lpthread-stubs'
9
 fi
10
 done
11
 
(-)devel/libpthread-stubs/files/patch-configure-objformat (-1 / +1 lines)
Lines 13-19 Link Here
13
-    esac
13
-    esac
14
-  fi
14
-  fi
15
+  case $host_os in
15
+  case $host_os in
16
+   freebsd[123]*) objformat=aout ;;
16
+   freebsd[123].*) objformat=aout ;;
17
+   *) objformat=elf ;;
17
+   *) objformat=elf ;;
18
+  esac
18
+  esac
19
   version_type=freebsd-$objformat
19
   version_type=freebsd-$objformat

Return to bug 182286