Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Aug 2016 05:56:02 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421004 - head/science/epte/files
Message-ID:  <201608280556.u7S5u2I2029173@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Aug 28 05:56:01 2016
New Revision: 421004
URL: https://svnweb.freebsd.org/changeset/ports/421004

Log:
  science/epte: Add forgetten patch hunk from previous commit
  
  This chunk enables the build to honor LDFLAGS.

Modified:
  head/science/epte/files/patch-makefile

Modified: head/science/epte/files/patch-makefile
==============================================================================
--- head/science/epte/files/patch-makefile	Sat Aug 27 23:11:34 2016	(r421003)
+++ head/science/epte/files/patch-makefile	Sun Aug 28 05:56:01 2016	(r421004)
@@ -31,3 +31,12 @@
  
  MAIN = ask_user.o bell.o bold.o blink.o draw_blocks.o draw_table.o endprog.o listcommand.o epte.o make_coordinates.o reverse.o setaudio.o setinput.o table_key.o ttflush.o ttinp.o
  
+@@ -354,7 +354,7 @@ DOES = do_bondeng.o do_attributes.o do_c
+ 
+ 
+ epte : $(MAIN) $(FILLS) $(DOES) 
+-	$(CC) $(MAIN) $(FILLS) $(DOES) $(LIBS)
++	$(CC) $(MAIN) $(FILLS) $(DOES) $(LDFLAGS) $(LIBS)
+ 
+ clean: 
+ 	rm -f *.o



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