diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-22 07:36:43 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-02-22 07:36:43 +0000 |
commit | 2a2bb4941fbae5d66a872eb4caedd5a263a2fce1 (patch) | |
tree | d0361ad1defc6fd7a80fb5177e334303056b08a3 /net/wireshark | |
parent | 103d757a21316dd372a91e6776f4f13c25dff9f7 (diff) | |
download | ports-2a2bb4941fbae5d66a872eb4caedd5a263a2fce1.tar.gz ports-2a2bb4941fbae5d66a872eb4caedd5a263a2fce1.zip |
Add -funit-at-a-time to CFLAGS to fix a build problem on 5.X.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=185674
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 3be532fc3d7c..68e624983a4b 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -34,6 +34,7 @@ MAKE_ENV= MIBDIRS="/dev/null" USE_LDCONFIG= yes DATADIR= ${PREFIX}/share/${DATADIR_NAME} LDFLAGS+= -L${LOCALBASE}/lib +CFLAGS+= -funit-at-a-time WIRESHARK_LIBS= |