diff mbox

config.rpath: remove handling of FreeBSD 1.x

Message ID 201101271911.18256.bruno@clisp.org
State New
Headers show

Commit Message

Bruno Haible Jan. 27, 2011, 6:11 p.m. UTC
Hi Gerald,

> 2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
> 
> 	* config.rpath: Remove handling of freebsd1* which soon would
> 	match FreeBSD 10.0.

Thank you. I've applied your patch, and the following one on top of it:


2011-01-27  Bruno Haible  <bruno@clisp.org>

	Prepare for supporting FreeBSD 10.
	* build-aux/config.libpath: Remove handling of freebsd1*.
diff mbox

Patch

--- build-aux/config.libpath.orig	Thu Jan 27 19:06:23 2011
+++ build-aux/config.libpath	Thu Jan 27 19:05:16 2011
@@ -66,8 +66,6 @@ 
   dgux*)
     shlibpath_var=LD_LIBRARY_PATH
     ;;
-  freebsd1*)
-    ;;
   freebsd* | dragonfly*)
     shlibpath_var=LD_LIBRARY_PATH
     ;;