diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-27 16:29:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-27 16:29:28 +0000 |
commit | bb5439929387b1375fed99d582744b03d7708a4a (patch) | |
tree | c588fb384e145a5fb2bde00aba6ef4032adf3d66 /misc | |
parent | - Update patch-Makefile.in (I forgot it in my last commit), fix build. (diff) |
- Fix after objformat removal
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=188566
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libhome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/libhome/Makefile b/misc/libhome/Makefile index be1a0d304761..cf4d6f2d5870 100644 --- a/misc/libhome/Makefile +++ b/misc/libhome/Makefile @@ -22,7 +22,7 @@ OPTIONS+= PGSQL "Support for PostgreSQL (Experimental)" off GNU_CONFIGURE= yes USE_GNOME= gnometarget -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .if defined(LIBHOME_WITH_BDB_VER) WITH_BDB_VER= ${LIBHOME_WITH_BDB_VER} @@ -88,6 +88,7 @@ PLIST_SUB= NSS="" .endif post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig ${WRKSRC}/configure .if defined(WITH_BDB) @${REINPLACE_CMD} -e 's;db-4.3 db-4.2;${BDB_LIB_NAME};g' \ ${WRKSRC}/configure |