mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
- Adds a symbolic link executable with the version suffix to support tools without debugger configuration (like devel/nemiver) - Bump PORTREVISION due to track changes to options and pkg-plist PR: ports/165357 Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com> (maintainer) Approved by: gabor (mentor, implicit)
11 lines
475 B
Text
11 lines
475 B
Text
--- gdb/configure.orig 2012-01-24 16:59:13.000000000 +0100
|
|
+++ gdb/configure 2012-01-24 16:59:40.000000000 +0100
|
|
@@ -15294,7 +15294,7 @@
|
|
OLD_LDFLAGS=$LDFLAGS
|
|
OLD_LIBS=$LIBS
|
|
CFLAGS="$CFLAGS -I${srcdir}/../include -I../bfd -I${srcdir}/../bfd"
|
|
-LDFLAGS="$LDFLAGS -L../bfd -L../libiberty"
|
|
+LDFLAGS="-L../bfd -L../libiberty $LDFLAGS"
|
|
intl=`echo $LIBINTL | sed 's,${top_builddir}/,,g'`
|
|
# -ldl is provided by bfd/Makfile.am (LIBDL) <PLUGINS>.
|
|
if test "$plugins" = "yes"; then
|