mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
fix build on -stable
This commit is contained in:
parent
187b3c8497
commit
8ba1e94976
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105296
11
x11-toolkits/inti-gl/files/patch-configure
Normal file
11
x11-toolkits/inti-gl/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Wed Mar 24 10:00:38 2004
|
||||
+++ configure Wed Mar 24 10:00:48 2004
|
||||
@@ -18775,7 +18775,7 @@
|
||||
if test "x$GCC" = "xyes"; then
|
||||
case " $CXXFLAGS " in
|
||||
*[\ \ ]-Wall[\ \ ]*) ;;
|
||||
- *) CXXFLAGS="$CXXFLAGS -Wall -ansi -pedantic-errors" ;;
|
||||
+ *) CXXFLAGS="$CXXFLAGS -Wall -ansi" ;;
|
||||
esac
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user