aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/afterstep-stable/files/patch-libAfterBase::configure
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/afterstep-stable/files/patch-libAfterBase::configure')
-rw-r--r--x11-wm/afterstep-stable/files/patch-libAfterBase::configure13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-wm/afterstep-stable/files/patch-libAfterBase::configure b/x11-wm/afterstep-stable/files/patch-libAfterBase::configure
new file mode 100644
index 000000000000..a02d7789fff9
--- /dev/null
+++ b/x11-wm/afterstep-stable/files/patch-libAfterBase::configure
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- libAfterBase/configure.orig Tue May 23 10:59:30 2006
++++ libAfterBase/configure Thu Jun 22 15:09:25 2006
+@@ -6379,6 +6379,8 @@
+
+
+
++execinfo_libs="-L%%LOCALBASE%%/lib -lexecinfo"
++LIBS="$execinfo_libs $LIBS"
+ for ac_func in backtrace_symbols
+ do
+ as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`