Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2014 16:45:37 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365102 - in head/shells/esh: . files
Message-ID:  <201408161645.s7GGjb77042766@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Aug 16 16:45:37 2014
New Revision: 365102
URL: http://svnweb.freebsd.org/changeset/ports/365102
QAT: https://qat.redports.org/buildarchive/r365102/

Log:
  Fix build on -current.

Added:
  head/shells/esh/files/
  head/shells/esh/files/patch-Makefile   (contents, props changed)
Modified:
  head/shells/esh/Makefile

Modified: head/shells/esh/Makefile
==============================================================================
--- head/shells/esh/Makefile	Sat Aug 16 16:37:57 2014	(r365101)
+++ head/shells/esh/Makefile	Sat Aug 16 16:45:37 2014	(r365102)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USES=		readline
-MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
+MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}"
 
 INFO=		esh
 

Added: head/shells/esh/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/shells/esh/files/patch-Makefile	Sat Aug 16 16:45:37 2014	(r365102)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2014-08-16 12:44:43.000000000 -0400
++++ Makefile	2014-08-16 12:44:58.000000000 -0400
+@@ -27,7 +27,7 @@
+ VERS=0.8.5
+ 
+ all: $(OBJS)
+-	$(CC) $(OBJS) $(LIB) -o esh
++	$(CC) $(OBJS) $(LIB) -o esh ${LDFLAGS}
+ 
+ backup:
+ 	cp -f Makefile *.[ch] /home/backup/esh



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