diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-01-25 12:12:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-01-25 12:12:40 +0000 |
commit | b5089c5725e70a2f6d7e3b345f9d1cf9dea63bcb (patch) | |
tree | 957e9b0690e53fc0e5167f2f0fa6376c1d8a2392 /x11-servers | |
parent | 4ce4d072d78cb0024af47829ffb8250612d108c7 (diff) | |
download | ports-b5089c5725e70a2f6d7e3b345f9d1cf9dea63bcb.tar.gz ports-b5089c5725e70a2f6d7e3b345f9d1cf9dea63bcb.zip |
Notes
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/wayland/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-servers/wayland/Makefile b/x11-servers/wayland/Makefile index 37193447c609..6935f5785a1f 100644 --- a/x11-servers/wayland/Makefile +++ b/x11-servers/wayland/Makefile @@ -33,7 +33,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libffi.so:devel/libffi \ libepoll-shim.so:devel/libepoll-shim -CFLAGS+= "-I${PREFIX}/include/libepoll-shim" +CFLAGS+= "-I${LOCALBASE}/include/libepoll-shim" WITH_DEBUG= 1 |