Edit

IABSD.fr/ports/multimedia/mediainfo/patches

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-08 14:27:46
    Hash : 69de5bdc
    Message : drop RCS Id from all ports where I'm listed as MAINTAINER

  • patch-Project_GNU_CLI_configure_ac
  • Index: Project/GNU/CLI/configure.ac
    --- Project/GNU/CLI/configure.ac.orig
    +++ Project/GNU/CLI/configure.ac
    @@ -136,9 +136,6 @@ if test "$GXX" = yes ; then
     	if test "$enable_debug" = "yes"; then
     		CFLAGS="$CFLAGS -O0 -g -Wall -Wundef"
     		CXXFLAGS="$CXXFLAGS -O0 -g -Wall -W -Wundef -Wcast-qual -Wno-ctor-dtor-privacy"
    -	else
    -		CFLAGS="$CFLAGS -O2"
    -		CXXFLAGS="$CXXFLAGS -O2"
     	fi
     	if test "$enable_gprof" = "yes"; then
     		CFLAGS="$CFLAGS -pg -g"