diff options
author | arved <arved@FreeBSD.org> | 2004-08-23 01:54:19 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-23 01:54:19 +0800 |
commit | 1e920e69fb3f0778a63aa119aae90b2c8cd39b75 (patch) | |
tree | ed874fed37c0661fba334d1efb4c0258e2d32a6e /security | |
parent | 30d67891e795202c0cbb07de206ad16114d9e616 (diff) | |
download | freebsd-ports-gnome-1e920e69fb3f0778a63aa119aae90b2c8cd39b75.tar.gz freebsd-ports-gnome-1e920e69fb3f0778a63aa119aae90b2c8cd39b75.tar.zst freebsd-ports-gnome-1e920e69fb3f0778a63aa119aae90b2c8cd39b75.zip |
Fix CC, CFLAGS
PR: 70824
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Diffstat (limited to 'security')
-rw-r--r-- | security/scanlogd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/scanlogd/Makefile b/security/scanlogd/Makefile index a1177b41b877..412f92d40552 100644 --- a/security/scanlogd/Makefile +++ b/security/scanlogd/Makefile @@ -24,6 +24,7 @@ ALL_TARGET= libnids .else ALL_TARGET= libpcap .endif +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -c" LD="${CC}" MAN8= scanlogd.8 PLIST_FILES= bin/scanlogd |