diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-01-18 20:21:28 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-01-18 20:21:28 +0000 |
commit | 19c86ce319bb59a558780caec6f74795ae358c22 (patch) | |
tree | 3540a6ff99137d5f55420a142374df909efa0867 /net-mgmt | |
parent | caf45fb32bf141d2d4d6b4bbe8e658c2613206fc (diff) | |
download | ports-19c86ce319bb59a558780caec6f74795ae358c22.tar.gz ports-19c86ce319bb59a558780caec6f74795ae358c22.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/arpalert/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/arpalert/Makefile b/net-mgmt/arpalert/Makefile index c10d0d54274c..532640f5091c 100644 --- a/net-mgmt/arpalert/Makefile +++ b/net-mgmt/arpalert/Makefile @@ -17,6 +17,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var ALL_TARGET= ${PORTNAME} USE_GETOPT_LONG=yes +CFLAGS+= -fPIC MAN8= arpalert.8 |