Date: Thu, 17 Jan 2013 09:35:42 -0800 From: John-Mark Gurney <jmg@funkthat.com> To: ports@FreeBSD.org Subject: graphics/gd fails to install Message-ID: <20130117173541.GK1410@funkthat.com>
next in thread | raw e-mail | index | archive | help
Looks like some fall out from the removal of old no underscore options.. Does anyone mind if I commit this patch: Index: graphics/gd/files/Makefile.bsd =================================================================== --- graphics/gd/files/Makefile.bsd (revision 310554) +++ graphics/gd/files/Makefile.bsd (working copy) @@ -40,7 +40,7 @@ install: mkdir -p ${PREFIX}/include - ${MAKE} LIB=${LIB} LIBDIR=${PREFIX}/lib NOPROFILE=true \ + ${MAKE} LIB=${LIB} LIBDIR=${PREFIX}/lib NO_PROFILE=true \ SHLIB_MAJOR=${SHLIB_MAJOR} SHLIB_MINOR=${SHLIB_MINOR} \ -f ${MAKEDIR}/bsd.lib.mk install cd ${.CURDIR} && ${BSD_INSTALL_DATA} ${INCS} ${PREFIX}/include w/o it on a recent HEAD it tries to install libgd_p.a which isn't built... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130117173541.GK1410>