svn commit: r496850 - in head/graphics/libpuzzle: . files

Antoine Brodin antoine at FreeBSD.org
Mon Mar 25 18:46:36 UTC 2019


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 \


More information about the svn-ports-all mailing list