diff options
Diffstat (limited to 'net/xmlrpc-c/files/patch-ltconfig')
-rw-r--r-- | net/xmlrpc-c/files/patch-ltconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/xmlrpc-c/files/patch-ltconfig b/net/xmlrpc-c/files/patch-ltconfig new file mode 100644 index 000000000000..238574b8adac --- /dev/null +++ b/net/xmlrpc-c/files/patch-ltconfig @@ -0,0 +1,14 @@ +Index: ltconfig +=================================================================== +--- ltconfig ++++ ltconfig (working copy) +@@ -1133,7 +1133,7 @@ + ;; + + freebsd*) +- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` ++ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + |