1
0
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:
Ion-Mihai Tetcu 2009-07-03 10:48:12 +00:00
parent fafd955304
commit 0f71643956
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236973

View File

@ -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
+