summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-28 05:56:01 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-28 05:56:01 +0000
commita7fb5472f6630b8f30c228a64f2e8833db8cbf6a (patch)
tree6e4b172b645684f90529cd81ff97723119e62206 /science
parentdns/ironsides finally builds on gcc6-aux, switch over to it (diff)
science/epte: Add forgetten patch hunk from previous commit
This chunk enables the build to honor LDFLAGS.
Notes
Notes: svn path=/head/; revision=421004
Diffstat (limited to 'science')
-rw-r--r--science/epte/files/patch-makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/science/epte/files/patch-makefile b/science/epte/files/patch-makefile
index 79dfaad5481b..dc41604ada7e 100644
--- a/science/epte/files/patch-makefile
+++ b/science/epte/files/patch-makefile
@@ -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