Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 2014 04:01:14 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351305 - head/x11-wm/afterstep-stable/files
Message-ID:  <201404150401.s3F41EtK011499@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glewis
Date: Tue Apr 15 04:01:14 2014
New Revision: 351305
URL: http://svnweb.freebsd.org/changeset/ports/351305
QAT: https://qat.redports.org/buildarchive/r351305/

Log:
  . Don't statically link libexecinfo.a.  This doesn't appear to be necessary
    and actually breaks the build on 10.x where libexecinfo.a is part of the
    base rather than a port.

Modified:
  head/x11-wm/afterstep-stable/files/patch-configure

Modified: head/x11-wm/afterstep-stable/files/patch-configure
==============================================================================
--- head/x11-wm/afterstep-stable/files/patch-configure	Tue Apr 15 03:12:26 2014	(r351304)
+++ head/x11-wm/afterstep-stable/files/patch-configure	Tue Apr 15 04:01:14 2014	(r351305)
@@ -2,33 +2,6 @@ $FreeBSD$
 
 --- configure	Sat Jun 24 21:55:24 2006
 +++ configure.orig	Sat Jun 24 21:54:41 2006
-@@ -7955,7 +7955,7 @@
- fi
- 
- if test "x$enable_staticlibs" = "xyes"; then
--   AFTERBASE_LIB="../../libAfterBase/libAfterBase.a"
-+   AFTERBASE_LIB="../../libAfterBase/libAfterBase.a %%LOCALBASE%%/lib/libexecinfo.a"
-    AFTERIMAGE_LIB="../../libAfterImage/libAfterImage.a"
-    AFTERSTEP_LIB="../../libAfterStep/libAfterStep.a"
-    AFTERCONF_LIB="../../libAfterConf/libAfterConf.a"
-@@ -7974,7 +7974,7 @@
-    		LIBPROG='$(LIB_SHARED_CYG)'
-    		LIBINSTALL="install.cyg"
- 	else
--   		AFTERBASE_LIB="../../libAfterBase/libAfterBase.so"
-+   		AFTERBASE_LIB="../../libAfterBase/libAfterBase.so %%LOCALBASE%%/lib/libexecinfo.a"
-    		AFTERIMAGE_LIB="../../libAfterImage/libAfterImage.so"
-    		AFTERSTEP_LIB="../../libAfterStep/libAfterStep.so"
-    		AFTERCONF_LIB="../../libAfterConf/libAfterConf.so"
-@@ -7985,7 +7985,7 @@
- 	fi
- fi
- 
--AFTERBASE_STATIC_LIB="../../libAfterBase/libAfterBase.a"
-+AFTERBASE_STATIC_LIB="../../libAfterBase/libAfterBase.a %%LOCALBASE%%/lib/libexecinfo.a"
- AFTERIMAGE_STATIC_LIB="../../libAfterImage/libAfterImage.a"
- AFTERSTEP_STATIC_LIB="../../libAfterStep/libAfterStep.a"
- AFTERCONF_STATIC_LIB="../../libAfterConf/libAfterConf.a"
 @@ -7660,7 +7660,7 @@
  
  fi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404150401.s3F41EtK011499>