svn commit: r421004 - head/science/epte/files

John Marino marino at FreeBSD.org
Sun Aug 28 05:56:03 UTC 2016


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


More information about the svn-ports-all mailing list