aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libpthread-stubs/Makefile5
-rw-r--r--devel/libpthread-stubs/files/patch-configure-libs11
-rw-r--r--devel/libpthread-stubs/files/patch-configure-objformat2
3 files changed, 3 insertions, 15 deletions
diff --git a/devel/libpthread-stubs/Makefile b/devel/libpthread-stubs/Makefile
index 70fa8447e12c..78455e05f01d 100644
--- a/devel/libpthread-stubs/Makefile
+++ b/devel/libpthread-stubs/Makefile
@@ -3,15 +3,14 @@
PORTNAME= libpthread-stubs
PORTVERSION= 0.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= http://xcb.freedesktop.org/dist/
MAINTAINER= ashish@FreeBSD.org
COMMENT= This library provides weak aliases for pthread functions
-USES= gmake pkgconfig
-USE_GNOME= gnomehack
+USES= pathfix
USE_BZIP2= yes
USE_LDCONFIG= yes
diff --git a/devel/libpthread-stubs/files/patch-configure-libs b/devel/libpthread-stubs/files/patch-configure-libs
deleted file mode 100644
index 91c919993d20..000000000000
--- a/devel/libpthread-stubs/files/patch-configure-libs
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Wed Jan 24 17:10:44 2007
-+++ configure Wed Jan 24 17:11:08 2007
-@@ -20705,7 +20705,7 @@
- _ACEOF
-
- else
-- PKG_CONFIG_LIBS='-L${libdir} -pthread-stubs'
-+ PKG_CONFIG_LIBS='-L${libdir} -lpthread-stubs'
- fi
- done
-
diff --git a/devel/libpthread-stubs/files/patch-configure-objformat b/devel/libpthread-stubs/files/patch-configure-objformat
index 00a2029e639c..91477b1df333 100644
--- a/devel/libpthread-stubs/files/patch-configure-objformat
+++ b/devel/libpthread-stubs/files/patch-configure-objformat
@@ -13,7 +13,7 @@
- esac
- fi
+ case $host_os in
-+ freebsd[123]*) objformat=aout ;;
++ freebsd[123].*) objformat=aout ;;
+ *) objformat=elf ;;
+ esac
version_type=freebsd-$objformat