diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-09 01:37:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-09 01:37:48 +0800 |
commit | 7063b8e0bc3eb33a45153f9cfc49c17555804018 (patch) | |
tree | 76c53e571a586001a9cb4053152d1c04947d308c /math/xppaut/files | |
parent | 7f3e3ac2138a684faf13c94b6ad220042e6100d3 (diff) | |
download | freebsd-ports-gnome-7063b8e0bc3eb33a45153f9cfc49c17555804018.tar.gz freebsd-ports-gnome-7063b8e0bc3eb33a45153f9cfc49c17555804018.tar.zst freebsd-ports-gnome-7063b8e0bc3eb33a45153f9cfc49c17555804018.zip |
- Update to 5.96
PR: ports/105281
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> (maintainer)
Diffstat (limited to 'math/xppaut/files')
-rw-r--r-- | math/xppaut/files/patch-Makefile | 25 |
1 files changed, 11 insertions, 14 deletions
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) |