diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1999-01-20 21:52:06 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1999-01-20 21:52:06 +0000 |
commit | 42cf14352d8f73211e9f61ae1cf524f6bfc8a588 (patch) | |
tree | 97f430b1292bbda6e4387913e09250a878b028bd /security/portsentry | |
parent | eedce594586d919126ce85e5893f07beb68d4024 (diff) | |
download | ports-42cf14352d8f73211e9f61ae1cf524f6bfc8a588.tar.gz ports-42cf14352d8f73211e9f61ae1cf524f6bfc8a588.zip |
Notes
Diffstat (limited to 'security/portsentry')
-rw-r--r-- | security/portsentry/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/portsentry/files/patch-aa b/security/portsentry/files/patch-aa index e810065f8833..dae4bd188ea8 100644 --- a/security/portsentry/files/patch-aa +++ b/security/portsentry/files/patch-aa @@ -5,7 +5,7 @@ # Normal systems flags -CFLAGS = -O -+CFLAGS+= -O -DPREFIX="${PREFIX}" ++CFLAGS+= -O -DPREFIX=\"${PREFIX}\" # Debug mode for sentry #CFLAGS = -Wall -g -DDEBUG |