diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-11 15:57:09 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-11 15:57:09 +0000 |
commit | 792826271e168882527e54922bb86781a7de06d1 (patch) | |
tree | e46a83ba6975bc5a405769756a94f225aa78d7b1 /main/netcat-openbsd/netcat-openbsd_1.89-4.diff | |
parent | fd66cecfa78189e78c52742a9f601dd6475830e1 (diff) | |
download | aports-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.diff | 2 |
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 $@ |