diff options
author | ru <ru@FreeBSD.org> | 2002-07-22 03:26:53 +0800 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-07-22 03:26:53 +0800 |
commit | cc537a0a57e0837b835c4e8a4859b1c9d3dfc2e6 (patch) | |
tree | a72b53bb05e88c8ee24dafd98968743b2bfc923c /graphics | |
parent | 45473cc058c6b06f62e478cff736391475705908 (diff) | |
download | freebsd-ports-graphics-cc537a0a57e0837b835c4e8a4859b1c9d3dfc2e6.tar.gz freebsd-ports-graphics-cc537a0a57e0837b835c4e8a4859b1c9d3dfc2e6.tar.zst freebsd-ports-graphics-cc537a0a57e0837b835c4e8a4859b1c9d3dfc2e6.zip |
Fixed install on bsd.incs.mk aware systems.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libfpx/files/Makefile.bsd | 3 | ||||
-rw-r--r-- | graphics/libmng/files/Makefile.bsd | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/libfpx/files/Makefile.bsd b/graphics/libfpx/files/Makefile.bsd index 65446df0aa4..e0e1a639f8d 100644 --- a/graphics/libfpx/files/Makefile.bsd +++ b/graphics/libfpx/files/Makefile.bsd @@ -4,7 +4,8 @@ SHLIB_MAJOR= 1 SHLIB_MINOR= 2 LIBDIR = ${LOCALBASE}/lib -INCDIR = ${LOCALBASE}/include +INCSDIR = ${LOCALBASE}/include +INCDIR = ${INCSDIR} # for pre-bsd.incs.mk API NOPROFILE= Don't want it CFLAGS+= -DHAVE_WCHAR_H=1 -DHAVE_DLFCN_H=1 -Werror diff --git a/graphics/libmng/files/Makefile.bsd b/graphics/libmng/files/Makefile.bsd index 8ae5c6c6bd6..8acf4ea4f35 100644 --- a/graphics/libmng/files/Makefile.bsd +++ b/graphics/libmng/files/Makefile.bsd @@ -11,7 +11,8 @@ SRCS= ${LOBJS:.lo=.c} CFLAGS+= -I${INCDIR} -DMNG_FULL_CMS INCS= libmng.h libmng_conf.h libmng_types.h -INCDIR= ${LOCALBASE}/include +INCSDIR= ${LOCALBASE}/include +INCDIR= ${INCSDIR} # for pre-bsd.incs.mk API LIBDIR= ${LOCALBASE}/lib .include <bsd.lib.mk> |