From ca2c3eebdb055d5098580bc94a9b6ee24d90a44d Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 8 Feb 2007 23:42:11 +0000 Subject: - Fix after objformat removal Submitted by: pointyhat via kris Approved by: maintainer --- .../files/patch-configure-objformat | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 devel/libpthread-stubs/files/patch-configure-objformat (limited to 'devel/libpthread-stubs/files/patch-configure-objformat') diff --git a/devel/libpthread-stubs/files/patch-configure-objformat b/devel/libpthread-stubs/files/patch-configure-objformat new file mode 100644 index 000000000000..00a2029e639c --- /dev/null +++ b/devel/libpthread-stubs/files/patch-configure-objformat @@ -0,0 +1,21 @@ +--- configure.old Fri Feb 2 12:45:00 2007 ++++ configure Fri Feb 2 12:45:41 2007 +@@ -9008,14 +9008,10 @@ + freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. +- if test -x /usr/bin/objformat; then +- objformat=`/usr/bin/objformat` +- else +- case $host_os in +- freebsd[123]*) objformat=aout ;; +- *) objformat=elf ;; +- esac +- fi ++ case $host_os in ++ freebsd[123]*) objformat=aout ;; ++ *) objformat=elf ;; ++ esac + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) -- cgit v1.2.3