summaryrefslogtreecommitdiffstats
path: root/devel/libpthread-stubs/files/patch-configure-objformat
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libpthread-stubs/files/patch-configure-objformat')
-rw-r--r--devel/libpthread-stubs/files/patch-configure-objformat21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/libpthread-stubs/files/patch-configure-objformat b/devel/libpthread-stubs/files/patch-configure-objformat
deleted file mode 100644
index 00a2029e6..000000000
--- a/devel/libpthread-stubs/files/patch-configure-objformat
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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*)