1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix build after base r345349

PR:		236141
This commit is contained in:
Antoine Brodin 2019-03-25 18:46:34 +00:00
parent be050f0cad
commit f460d366fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496850
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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 \