aboutsummaryrefslogtreecommitdiffstats
path: root/net/arpoison/files/patch-Makefile
blob: 4f86753b6bb1f98ffd19429dbc7efae6f648919e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile.orig	2019-07-23 21:17:28 UTC
+++ Makefile
@@ -2,7 +2,7 @@ all: arpoison
 
 arpoison: arpoison.c
 
-	gcc -lnet -o arpoison `libnet-config --defines` -I/opt/local/include -L/opt/local/lib arpoison.c
+	$(CC) -o arpoison `libnet-config --defines --cflags --libs` arpoison.c
 
 clean: