svn commit: r351305 - head/x11-wm/afterstep-stable/files

Greg Lewis glewis at FreeBSD.org
Tue Apr 15 04:01:15 UTC 2014


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


More information about the svn-ports-all mailing list