svn commit: r326281 - head/textproc/clucene

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 4 14:43:19 UTC 2013


Author: bapt
Date: Wed Sep  4 14:43:18 2013
New Revision: 326281
URL: http://svnweb.freebsd.org/changeset/ports/326281

Log:
  Fix typo

Modified:
  head/textproc/clucene/Makefile

Modified: head/textproc/clucene/Makefile
==============================================================================
--- head/textproc/clucene/Makefile	Wed Sep  4 14:35:08 2013	(r326280)
+++ head/textproc/clucene/Makefile	Wed Sep  4 14:43:18 2013	(r326281)
@@ -20,7 +20,7 @@ USES=		cmake iconv
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS=	-DBUILD_CONTRIBS_LIB=ON
-CXXFLAGS+=	-D__LONG_LONG_SUPPORTED -D_WCHAR_H_CPLUSPLUS_98_CONFIRMANCE_
+CXXFLAGS+=	-D__LONG_LONG_SUPPORTED -D_WCHAR_H_CPLUSPLUS_98_CONFORMANCE_
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR_REL}|' \


More information about the svn-ports-all mailing list