diff options
| author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-04-22 19:18:50 +0000 |
|---|---|---|
| committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-04-22 19:18:50 +0000 |
| commit | de029b7c1bd5127851b395658459792e22a5ae59 (patch) | |
| tree | 506d539a0d2221d6698ec7f0623adb4b6b0081bc /net-mgmt/arpalert/files/patch-module_example__Makefile | |
| parent | - update to 0.19 (diff) | |
- update to 2.0.11
- unbreak on amd64
Notes
Notes:
svn path=/head/; revision=211796
Diffstat (limited to 'net-mgmt/arpalert/files/patch-module_example__Makefile')
| -rw-r--r-- | net-mgmt/arpalert/files/patch-module_example__Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/arpalert/files/patch-module_example__Makefile b/net-mgmt/arpalert/files/patch-module_example__Makefile new file mode 100644 index 000000000000..a2974e64384e --- /dev/null +++ b/net-mgmt/arpalert/files/patch-module_example__Makefile @@ -0,0 +1,11 @@ +--- 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 @@ + # $Id: Makefile 690 2008-03-31 18:36:43Z $ + + CC = gcc +-CFLAGS = -Wall -g ++CFLAGS = -Wall -g -fPIC + + all: example.so + |
