mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Fix build with custom LOCALBASE.
Reported by: QATty
This commit is contained in:
parent
fafd955304
commit
0f71643956
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236973
@ -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
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user