aboutsummaryrefslogtreecommitdiffstats
path: root/main/netcat-openbsd/netcat-openbsd_1.89-4.diff
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-11 15:57:09 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-11 15:57:09 +0000
commit792826271e168882527e54922bb86781a7de06d1 (patch)
treee46a83ba6975bc5a405769756a94f225aa78d7b1 /main/netcat-openbsd/netcat-openbsd_1.89-4.diff
parentfd66cecfa78189e78c52742a9f601dd6475830e1 (diff)
downloadaports-792826271e168882527e54922bb86781a7de06d1.tar.bz2
aports-792826271e168882527e54922bb86781a7de06d1.tar.xz
main/netcat-openbsd: gcc6 build fix
Diffstat (limited to 'main/netcat-openbsd/netcat-openbsd_1.89-4.diff')
-rw-r--r--main/netcat-openbsd/netcat-openbsd_1.89-4.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/netcat-openbsd/netcat-openbsd_1.89-4.diff b/main/netcat-openbsd/netcat-openbsd_1.89-4.diff
index ad62c46957..11d54d2eaa 100644
--- a/main/netcat-openbsd/netcat-openbsd_1.89-4.diff
+++ b/main/netcat-openbsd/netcat-openbsd_1.89-4.diff
@@ -17,7 +17,7 @@
+
+all: nc
+nc: $(OBJS)
-+ $(CC) $(LIBS) $(OBJS) -o nc
++ $(CC) $(OBJS) -o nc $(LIBS)
+
+$(OBJS): %.o: %.c
+ $(CC) $(CFLAGS) $(INC) -c $< -o $@