diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2011-09-06 04:05:43 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2011-09-06 04:05:43 +0000 |
commit | fd9c9ec6a900a5286d2bc583d55f6d35fd4ca196 (patch) | |
tree | 25d3c3672557f5e58c971f632998aa48040fa070 /net-mgmt/arpalert | |
parent | 45eefa03bd76e1581bf971dcb35f534b45c17feb (diff) |
Notes
Diffstat (limited to 'net-mgmt/arpalert')
-rw-r--r-- | net-mgmt/arpalert/files/patch-module_example__Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-mgmt/arpalert/files/patch-module_example__Makefile b/net-mgmt/arpalert/files/patch-module_example__Makefile index a2974e64384e..d3d648ebccda 100644 --- a/net-mgmt/arpalert/files/patch-module_example__Makefile +++ b/net-mgmt/arpalert/files/patch-module_example__Makefile @@ -1,10 +1,12 @@ ---- module_example/Makefile.orig 2008-03-31 11:36:42.000000000 -0700 -+++ module_example/Makefile 2008-04-22 11:40:52.000000000 -0700 -@@ -2,7 +2,7 @@ +--- module_example/Makefile.orig 2008-04-01 02:36:42.000000000 +0800 ++++ module_example/Makefile 2011-09-05 16:49:33.000000000 +0800 +@@ -1,8 +1,8 @@ + # Copyright (c) 2005-2010 Thierry FOURNIER # $Id: Makefile 690 2008-03-31 18:36:43Z $ - CC = gcc +-CC = gcc -CFLAGS = -Wall -g ++#CC = gcc +CFLAGS = -Wall -g -fPIC all: example.so |