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:
parent
be050f0cad
commit
f460d366fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496850
@ -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
|
||||
|
11
graphics/libpuzzle/files/patch-src_Makefile.am
Normal file
11
graphics/libpuzzle/files/patch-src_Makefile.am
Normal 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 \
|
Loading…
Reference in New Issue
Block a user