aboutsummaryrefslogtreecommitdiff
path: root/math/zimpl/files
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-11-11 21:06:57 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-11-11 21:06:57 +0000
commit494e112bc697c1f57e5b48d9f19a30e9a3e9893d (patch)
tree70c35024cb9fcc45cd3581b26e4e169a9cc1d248 /math/zimpl/files
parentfb62d0dc05e1739d60e2ae2f23d9e79ee309a688 (diff)
Notes
Diffstat (limited to 'math/zimpl/files')
-rw-r--r--math/zimpl/files/patch-Makefile28
1 files changed, 18 insertions, 10 deletions
diff --git a/math/zimpl/files/patch-Makefile b/math/zimpl/files/patch-Makefile
index 55a9e8d801a0..7918014efbab 100644
--- a/math/zimpl/files/patch-Makefile
+++ b/math/zimpl/files/patch-Makefile
@@ -1,4 +1,4 @@
---- Makefile.orig 2017-03-07 17:20:10 UTC
+--- Makefile.orig 2018-11-11 21:01:50 UTC
+++ Makefile
@@ -26,7 +26,7 @@
#
@@ -17,16 +17,24 @@
-e s/cygwin.*/cygwin/ \
-e s/irix../irix/ \
-e s/windows.*/windows/ \
-@@ -76,7 +77,7 @@ SRCDIR = src
- BINDIR = bin
+@@ -77,11 +78,11 @@ BINDIR = bin
LIBDIR = lib
+ LINTCONF = /opt/pclint/config
--CPPFLAGS = -I$(SRCDIR) -DVERSION='"$(VERSION)"'
-+CPPFLAGS += -I$(SRCDIR) -DVERSION='"$(VERSION)"'
- CFLAGS = -O
- LDFLAGS = -lgmp -lm
- YFLAGS = -d -t -v
-@@ -102,10 +103,10 @@ ifeq ($(STATIC),true)
+-CPPFLAGS = -I$(SRCDIR)/.. -DVERSION='"$(VERSION)"'
+-CFLAGS = -O
+-LDFLAGS = -lgmp -lm
+-YFLAGS = -d -t -v
+-LFLAGS = -d
++CPPFLAGS += -I$(SRCDIR)/.. -DVERSION='"$(VERSION)"'
++CFLAGS += -O
++LDFLAGS += -lgmp -lm
++YFLAGS += -d -t -v
++LFLAGS += -d
+ ARFLAGS =
+ DFLAGS = -MM
+
+@@ -103,10 +104,10 @@ ifeq ($(STATIC),true)
LINK = static
endif
@@ -40,7 +48,7 @@
LIBNAME = $(NAME)-$(VERSION).$(BASE)
LIBRARY = $(LIBDIR)/lib$(LIBNAME)$(LIBEXT)
-@@ -140,7 +141,7 @@ OBJSRC = $(addprefix $(SRCDIR)/,$(OBJEC
+@@ -141,7 +142,7 @@ OBJSRC = $(addprefix $(SRCDIR)/,$(OBJEC
LIBSRC = $(addprefix $(SRCDIR)/,$(LIBOBJ:.o=.c)) #(SRCDIR)/numbdbl.c
#-----------------------------------------------------------------------------