Ticket #27408: uni2ascii-universal.diff
File uni2ascii-universal.diff, 873 bytes (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
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
26 26 27 27 depends_lib port:gettext 28 28 29 patchfiles patch-configure.ac.diff 30 31 use_autoreconf yes 32 29 33 configure.args --mandir=${prefix}/share/man 30 34 configure.ldflags-append "-lintl" 31 35