diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-08 20:23:38 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-08 20:23:38 +0000 |
commit | ed59156ea974a2adcb0480a67bd3b9a974de4609 (patch) | |
tree | 32f471cf1255d6ff64639fd65d1d4dd0e33962fb /devel/csmith | |
parent | c499bf8adee4c324e57d1011d31c74e99e261d67 (diff) |
Notes
Diffstat (limited to 'devel/csmith')
-rw-r--r-- | devel/csmith/Makefile | 1 | ||||
-rw-r--r-- | devel/csmith/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/devel/csmith/Makefile b/devel/csmith/Makefile index c00a60fa1d10..683f1a63cb29 100644 --- a/devel/csmith/Makefile +++ b/devel/csmith/Makefile @@ -13,6 +13,7 @@ LICENSE= BSD GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= autoconf +USE_LDCONFIG= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/devel/csmith/pkg-plist b/devel/csmith/pkg-plist index 8ea8fcb3f652..658477fe42dc 100644 --- a/devel/csmith/pkg-plist +++ b/devel/csmith/pkg-plist @@ -30,4 +30,3 @@ lib/libcsmith.so.0 @dirrm %%DOCSDIR%% @dirrm include/csmith-2.1.0/windows @dirrm include/csmith-2.1.0 - |