diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2003-07-14 03:46:35 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2003-07-14 03:46:35 +0000 |
commit | dcc15d3af681e80d10eb2ce13bfc6014eb652562 (patch) | |
tree | 231b812dc391885f7a0b3ce496730708edb650a4 /graphics/libfpx/files/Makefile.bsd | |
parent | Update to 0.2.3.1 (diff) |
Upgrade to 1.2.0.9. All our patches are in now...
PR: 53595
Submitted by: Melvyn Sopacua
Notes
Notes:
svn path=/head/; revision=84846
Diffstat (limited to 'graphics/libfpx/files/Makefile.bsd')
-rw-r--r-- | graphics/libfpx/files/Makefile.bsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/libfpx/files/Makefile.bsd b/graphics/libfpx/files/Makefile.bsd index b8418b96b359..893633927b76 100644 --- a/graphics/libfpx/files/Makefile.bsd +++ b/graphics/libfpx/files/Makefile.bsd @@ -9,6 +9,7 @@ INCDIR = ${INCSDIR} # for pre-bsd.incs.mk API NOPROFILE= Don't want it HAVES= -DHAVE_WCHAR_H -DHAVE_DLFCN_H \ + -DHAVE_SYS_TIME_H \ -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H CFLAGS+= ${HAVES} |