aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-08-28 13:56:01 +0800
committermarino <marino@FreeBSD.org>2016-08-28 13:56:01 +0800
commit2fb59a1d74fab659175b54e0a2de5f0c4fb71afc (patch)
tree6e4b172b645684f90529cd81ff97723119e62206 /science
parentd3da8b01b5a1827fb0551248280a9ec45b5dc737 (diff)
downloadfreebsd-ports-gnome-2fb59a1d74fab659175b54e0a2de5f0c4fb71afc.tar.gz
freebsd-ports-gnome-2fb59a1d74fab659175b54e0a2de5f0c4fb71afc.tar.zst
freebsd-ports-gnome-2fb59a1d74fab659175b54e0a2de5f0c4fb71afc.zip
science/epte: Add forgetten patch hunk from previous commit
This chunk enables the build to honor LDFLAGS.
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