ports/net/xmlrpc-c-devel/files/patch-ltconfig
Florent Thoumie dda90d9e72 - Update net/xmlrpc-c to 1.06.21.
- OPTIONS'ify.
- Depend on curl by default rather than libwww.
2007-12-18 19:50:17 +00:00

14 lines
399 B
Text

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*)