diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-07-03 10:48:12 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-07-03 10:48:12 +0000 |
commit | 0f71643956f391791628634988cc890fa7c002a3 (patch) | |
tree | 6460aede0b97164119e84b5011bbbf8b9ee464dd /security/identify | |
parent | fafd955304ac8bcb8f76d6fc34987d7b77e15eed (diff) | |
download | ports-0f71643956f391791628634988cc890fa7c002a3.tar.gz ports-0f71643956f391791628634988cc890fa7c002a3.zip |
Notes
Diffstat (limited to 'security/identify')
-rw-r--r-- | security/identify/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/identify/files/patch-aa b/security/identify/files/patch-aa index 7338d0a1fa8d..40a923b1a659 100644 --- a/security/identify/files/patch-aa +++ b/security/identify/files/patch-aa @@ -4,7 +4,7 @@ -identify: identify.c - $(CC) -o identify identify.c -lauthuser + -+CFLAGS+= -I/usr/local/include -L/usr/local/lib ++CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib + +all: identify + |