freebsd-ports/math/tomsfastmath/files/patch-makefile
Renato Botelho c48fc1ace2 * security/libtomcrypt
- Update to 1.12

* math/libtommath
  - Update to 0.39

* math/tomsfastmath
  - Update to 0.09

PR:		ports/98214
Submitted by:	maintainer
2006-05-31 18:06:35 +00:00

25 lines
419 B
Text

--- makefile.orig Wed Apr 12 13:16:32 2006
+++ makefile Wed Apr 12 13:16:48 2006
@@ -11,7 +11,7 @@
ifndef IGNORE_SPEED
-CFLAGS += -O3 -funroll-loops
+CFLAGS += -funroll-loops
#profiling
#PROF=-pg -g
@@ -53,11 +53,11 @@
HEADERS=tfm.h
ifndef LIBPATH
- LIBPATH=/usr/lib
+ LIBPATH=${PREFIX}/lib
endif
ifndef INCPATH
- INCPATH=/usr/include
+ INCPATH=${PREFIX}/include
endif
ifndef INSTALL_GROUP