Ticket #27408: uni2ascii-universal.diff

File uni2ascii-universal.diff, 873 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

proposed patch

  • files/patch-configure.ac.diff

     
     1--- configure.ac.orig   2010-08-08 01:19:23.000000000 -0500
     2+++ configure.ac        2010-11-21 16:38:36.000000000 -0600
     3@@ -26,9 +26,9 @@
     4 # Checks for programs.
     5 AC_PROG_CC
     6 if ${debugbuild}; then
     7-   CFLAGS="-ggdb -g3"
     8+   CFLAGS+=" -ggdb -g3"
     9 else
     10-   CFLAGS="-g -O2"
     11+   CFLAGS+=" -g"
     12 fi
     13 
     14 AC_PROG_INSTALL
  • Portfile

     
    2626
    2727depends_lib             port:gettext
    2828
     29patchfiles              patch-configure.ac.diff
     30
     31use_autoreconf  yes
     32
    2933configure.args  --mandir=${prefix}/share/man
    3034configure.ldflags-append        "-lintl"
    3135