svn commit: r378596 - head/devel/patch/files

Johan van Selst johans at FreeBSD.org
Sat Feb 7 15:13:33 UTC 2015


Author: johans
Date: Sat Feb  7 15:13:32 2015
New Revision: 378596
URL: https://svnweb.freebsd.org/changeset/ports/378596
QAT: https://qat.redports.org/buildarchive/r378596/

Log:
  Include patch forgotten in previous commit

Modified:
  head/devel/patch/files/patch-lib__localcharset.c

Modified: head/devel/patch/files/patch-lib__localcharset.c
==============================================================================
--- head/devel/patch/files/patch-lib__localcharset.c	Sat Feb  7 15:03:01 2015	(r378595)
+++ head/devel/patch/files/patch-lib__localcharset.c	Sat Feb  7 15:13:32 2015	(r378596)
@@ -4,8 +4,8 @@
    cp = charset_aliases;
    if (cp == NULL)
      {
--#if !(defined DARWIN7 || defined VMS || defined WINDOWS_NATIVE || defined __CYGWIN__)
-+#if !(defined DARWIN7 || defined VMS || defined WINDOWS_NATIVE || defined __CYGWIN__ || defined __FreeBSD__)
+-#if !(defined DARWIN7 || defined VMS || defined WINDOWS_NATIVE || defined __CYGWIN__ || defined OS2)
++#if !(defined DARWIN7 || defined VMS || defined WINDOWS_NATIVE || defined __CYGWIN__ || defined OS2 || defined __FreeBSD__)
        const char *dir;
        const char *base = "charset.alias";
        char *file_name;


More information about the svn-ports-all mailing list