diff options
Diffstat (limited to 'www/pecl-APC/Makefile')
-rw-r--r-- | www/pecl-APC/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/pecl-APC/Makefile b/www/pecl-APC/Makefile index b8b32dd5c3ec..34730dd64694 100644 --- a/www/pecl-APC/Makefile +++ b/www/pecl-APC/Makefile @@ -24,6 +24,7 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message CONFIGURE_ARGS= --enable-apc +CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include" OPTIONS= MMAP "Enable mmap memory support (default: IPC shm)" off \ SEMAPHORES "Enable sysv IPC semaphores (default: fcntl())" off \ |