science/epte: Add forgetten patch hunk from previous commit

This chunk enables the build to honor LDFLAGS.
This commit is contained in:
John Marino 2016-08-28 05:56:01 +00:00
parent 53eefc1b4b
commit a7fb5472f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421004

View File

@ -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