1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/math/asir2000/files/patch-be
Chris Rees 88e1864e50 - Update to 20110810
- Use PORTDATA

PR:		ports/159644
Submitted by:	Tomokatsu SAITO <saito@asir.org> (maintainer)
2011-11-03 21:12:13 +00:00

11 lines
459 B
Plaintext

--- fft/Makefile.am.orig 2011-08-08 14:26:18.000000000 +0900
+++ fft/Makefile.am 2011-08-08 14:26:27.000000000 +0900
@@ -1,6 +1,6 @@
## $OpenXM: OpenXM_contrib2/asir2000/fft/Makefile.am,v 1.4 2009/02/13 13:21:19 ohara Exp $
-asirdir = ${prefix}/lib/asir
+asirdir = ${prefix}/share/asir
DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
-I${top_srcdir}/gc/include \