summaryrefslogtreecommitdiff
path: root/math/msieve/files/patch-Makefile
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-06-24 09:21:54 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-06-24 09:21:54 +0000
commitf8696dd8d9dfd11ab50688edb7bf1bb6ca051c68 (patch)
tree894c868d410531370519fc67838e9cbacc63ed87 /math/msieve/files/patch-Makefile
parent- Update to 20110623 (diff)
update to 1.49
Notes
Notes: svn path=/head/; revision=276184
Diffstat (limited to 'math/msieve/files/patch-Makefile')
-rw-r--r--math/msieve/files/patch-Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/math/msieve/files/patch-Makefile b/math/msieve/files/patch-Makefile
deleted file mode 100644
index 8daa6f6014f5..000000000000
--- a/math/msieve/files/patch-Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
---- Makefile.orig 2011-02-06 19:12:31.000000000 -0500
-+++ Makefile 2011-02-06 19:12:39.000000000 -0500
-@@ -14,12 +14,12 @@
-
- # gcc with basic optimization (-march flag could
- # get overridden by architecture-specific builds)
--CC = gcc -D_FILE_OFFSET_BITS=64
-+#CC = gcc -D_FILE_OFFSET_BITS=64
- WARN_FLAGS = -Wall -W
--OPT_FLAGS = -O3 -fomit-frame-pointer -march=athlon-xp -DNDEBUG
--OPT_FLAGS = -O3 -fomit-frame-pointer -march=k8 -DNDEBUG -D_LARGEFILE64_SOURCE
-+#OPT_FLAGS = -O3 -fomit-frame-pointer -march=athlon-xp -DNDEBUG
-+#OPT_FLAGS = -O3 -fomit-frame-pointer -march=k8 -DNDEBUG -D_LARGEFILE64_SOURCE
-
--CFLAGS = $(OPT_FLAGS) $(MACHINE_FLAGS) $(WARN_FLAGS) \
-+CFLAGS += $(OPT_FLAGS) $(MACHINE_FLAGS) $(WARN_FLAGS) \
- -I. -Iinclude -Ignfs -Ignfs/poly -Ignfs/poly/stage1
-
- # tweak the compile flags
-@@ -61,7 +61,7 @@
- # win32 or win64, so it's safe to pull libpthread into the link line.
- # Of course this does mean you have to install the minGW pthreads bundle...
-
--LIBS += -lgmp -lm -lpthread
-+LIBS += -lgmp -lm $(PTHREAD_LIBS)
-
- #---------------------------------- Generic file lists -------------------
-