mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Prevent gtranslator from needlessly clobbering debugging
flags.
This commit is contained in:
parent
35f08640a9
commit
a09c1bb523
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115546
11
devel/gtranslator/files/patch-configure
Normal file
11
devel/gtranslator/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Sat Aug 7 01:53:34 2004
|
||||
+++ configure Sat Aug 7 01:53:40 2004
|
||||
@@ -5284,7 +5284,7 @@
|
||||
if test "x$enable_debug" = "xyes" ; then
|
||||
CFLAGS="$CFLAGS -ggdb "
|
||||
else
|
||||
- CFLAGS="`echo $CFLAGS|sed -e s/-g.//g -e s/-ggdb//g`"
|
||||
+# CFLAGS="`echo $CFLAGS|sed -e s/-g.//g -e s/-ggdb//g`"
|
||||
fi
|
||||
echo "$as_me:$LINENO: result: $enable_debug" >&5
|
||||
echo "${ECHO_T}$enable_debug" >&6
|
Loading…
Reference in New Issue
Block a user