svn commit: r417637 - head/lang/ohugs

Antoine Brodin antoine at FreeBSD.org
Mon Jun 27 06:26:08 UTC 2016


Author: antoine
Date: Mon Jun 27 06:26:06 2016
New Revision: 417637
URL: https://svnweb.freebsd.org/changeset/ports/417637

Log:
  Fix build, extra-patch-src_prelude.h was applied in the wrong case
  
  Reported by:	pkg-fallout

Modified:
  head/lang/ohugs/Makefile

Modified: head/lang/ohugs/Makefile
==============================================================================
--- head/lang/ohugs/Makefile	Mon Jun 27 06:17:38 2016	(r417636)
+++ head/lang/ohugs/Makefile	Mon Jun 27 06:26:06 2016	(r417637)
@@ -29,6 +29,7 @@ LDFLAGS+=	-lm -lreadline -lncurses
 USES+=		tk
 CFLAGS+=	-I${TK_INCLUDEDIR} -I${TCL_INCLUDEDIR} -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -ltk${TK_SHLIB_VER} -ltcl${TCL_SHLIB_VER} -lTix8.4.3
+.else
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-src_prelude.h
 .endif
 


More information about the svn-ports-head mailing list