Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2019 18:46:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496850 - in head/graphics/libpuzzle: . files
Message-ID:  <201903251846.x2PIkZp9023517@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Mar 25 18:46:34 2019
New Revision: 496850
URL: https://svnweb.freebsd.org/changeset/ports/496850

Log:
  Fix build after base r345349
  
  PR:		236141

Added:
  head/graphics/libpuzzle/files/
  head/graphics/libpuzzle/files/patch-src_Makefile.am   (contents, props changed)
Modified:
  head/graphics/libpuzzle/Makefile

Modified: head/graphics/libpuzzle/Makefile
==============================================================================
--- head/graphics/libpuzzle/Makefile	Mon Mar 25 18:13:06 2019	(r496849)
+++ head/graphics/libpuzzle/Makefile	Mon Mar 25 18:46:34 2019	(r496850)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgd.so:graphics/gd
 
-USES=		libtool tar:bzip2
+USES=		autoreconf libtool tar:bzip2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip

Added: head/graphics/libpuzzle/files/patch-src_Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/libpuzzle/files/patch-src_Makefile.am	Mon Mar 25 18:46:34 2019	(r496850)
@@ -0,0 +1,11 @@
+--- src/Makefile.am.orig	2009-03-24 14:01:25 UTC
++++ src/Makefile.am
+@@ -32,7 +32,7 @@ puzzle_diff_SOURCES = \
+ 	puzzle.h
+ 
+ puzzle_diff_LDADD = \
+-	libpuzzle.la
++	libpuzzle.la -lm
+ 
+ TESTS = \
+ 	regress_1 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903251846.x2PIkZp9023517>