Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2016 06:26:06 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417637 - head/lang/ohugs
Message-ID:  <201606270626.u5R6Q6Ja074677@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606270626.u5R6Q6Ja074677>