From 7063b8e0bc3eb33a45153f9cfc49c17555804018 Mon Sep 17 00:00:00 2001 From: miwi Date: Wed, 8 Nov 2006 17:37:48 +0000 Subject: - Update to 5.96 PR: ports/105281 Submitted by: Stephen Montgomery-Smith (maintainer) --- math/xppaut/files/patch-Makefile | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'math/xppaut/files') diff --git a/math/xppaut/files/patch-Makefile b/math/xppaut/files/patch-Makefile index 33001c741ca6..9493e113c9fe 100644 --- a/math/xppaut/files/patch-Makefile +++ b/math/xppaut/files/patch-Makefile @@ -1,7 +1,7 @@ ---- Makefile-orig Sun Feb 20 16:47:13 2005 -+++ Makefile Sun Feb 20 16:48:42 2005 +--- Makefile-orig Tue Nov 7 14:14:11 2006 ++++ Makefile Tue Nov 7 14:20:43 2006 @@ -1,8 +1,9 @@ - # Copyright (C) 1990-2003 Bard Ermentrout + # Copyright (C) 1990-2006 Bard Ermentrout # Edited for Debian GNU/Linux. DESTDIR = -BINDIR = $(DESTDIR)/usr/X11R6/bin @@ -12,33 +12,30 @@ # End Debian Edit ################################# # -@@ -13,12 +14,12 @@ - AUTLIBS= -lf2c -lX11 -lm - OTHERLIBS= libcvode.a libf2cm.a - # +@@ -20,10 +21,10 @@ ################################## # Standard Linux distributions # ################################## --CFLAGS= -g -O -DAUTO -DCVODE_YES -DNOERRNO -DHAVEDLL -DMYSTR=$(VERSION) -I/usr/X11R6/include +-CFLAGS= -g -O -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I/usr/X11R6/include ++CFLAGS= -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I$(X11BASE)/include + #CFLAGS= -g -O -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I/usr/X11R6/include -LDFLAGS= -L/usr/X11R6/lib -LIBS= -lX11 -lm -ldl -+CFLAGS+= -DAUTO -DCVODE_YES -DNOERRNO -DHAVEDLL -DMYSTR=$(VERSION) -I$(X11BASE)/include +LDFLAGS= -L$(X11BASE)/lib -+LIBS= -lX11 -lm ++LIBS= -lX11 -lm # NOTE: Recent (RedHat 8) versions of GCC seem to no longer have # the integer errno, so compile with the -DNOERRNO option as well # -@@ -145,6 +146,9 @@ +@@ -154,6 +155,8 @@ ###################################################################### # # + -+all: xppaut -+ ++all: xppaut xppaut: mkI77 mkcvode $(OBJECTS) $(AUTOOBJ) # ########################################################### -@@ -179,16 +183,16 @@ +@@ -188,16 +191,16 @@ install: xppaut # Make necessary installation directories mkdir -p $(BINDIR) -- cgit