svn commit: r325934 - in head/graphics/libfpx: . files
Tijl Coosemans
tijl at FreeBSD.org
Mon Sep 2 13:56:56 UTC 2013
On Mon, 2 Sep 2013 05:22:59 +0000 (UTC) Mikhail Teterin wrote:
> Author: mi
> Date: Mon Sep 2 05:22:58 2013
> New Revision: 325934
> URL: http://svnweb.freebsd.org/changeset/ports/325934
>
> Log:
> Update to upstream's 1.3.1-2. Fix up the warnings raised by clang (3.2) and
> gcc (4.8).
>
> PR: 181302
> Submitted by: delphij@
> Tested by: ImageMagick's self-test suit
>
> Added:
> head/graphics/libfpx/files/patch-warnings (contents, props changed)
> Deleted:
> head/graphics/libfpx/files/patch-aa
> head/graphics/libfpx/files/patch-fpxlib
> head/graphics/libfpx/files/patch-ph_image
> Modified:
> head/graphics/libfpx/Makefile
> head/graphics/libfpx/distinfo
> head/graphics/libfpx/files/Makefile.bsd
>
> Modified: head/graphics/libfpx/files/Makefile.bsd
> ==============================================================================
> --- head/graphics/libfpx/files/Makefile.bsd Mon Sep 2 02:57:52 2013 (r325933)
> +++ head/graphics/libfpx/files/Makefile.bsd Mon Sep 2 05:22:58 2013 (r325934)
> @@ -4,8 +4,8 @@ SHLIB_MAJOR= 2
> SHLIB_MINOR= 7
> WARNS= 3
>
> -LIBDIR = ${LOCALBASE}/lib
> -INCSDIR = ${LOCALBASE}/include
> +LIBDIR = ${PREFIX}/lib
> +INCSDIR = ${PREFIX}/include
> INCDIR = ${INCSDIR} # for pre-bsd.incs.mk API
>
> NO_PROFILE= Don't want it
This makefile also adds -lstdc++ to LDADD. That's not going to work when
libstdc++ will be removed from current (soon if things go as planned).
I think the easiest would be to simply use the makefiles provided by
libfpx. It would probably even simplify the port.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20130902/ebce7219/attachment-0001.sig>
More information about the svn-ports-head
mailing list