diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-22 05:14:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-22 05:14:56 +0800 |
commit | 36a31c821fb597f89b00856893b0d06ca75e88bb (patch) | |
tree | c6e5629a9fb5fe95535661084bda10628e7185e4 /math/xppaut/files | |
parent | 4f8bbc1fa50a67722592b18c186d4f9954e3a51f (diff) | |
download | freebsd-ports-gnome-36a31c821fb597f89b00856893b0d06ca75e88bb.tar.gz freebsd-ports-gnome-36a31c821fb597f89b00856893b0d06ca75e88bb.tar.zst freebsd-ports-gnome-36a31c821fb597f89b00856893b0d06ca75e88bb.zip |
- Update to 5.99
PR: 142949
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Diffstat (limited to 'math/xppaut/files')
-rw-r--r-- | math/xppaut/files/patch-Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/math/xppaut/files/patch-Makefile b/math/xppaut/files/patch-Makefile index b3ca7e041938..a087c4d2c593 100644 --- a/math/xppaut/files/patch-Makefile +++ b/math/xppaut/files/patch-Makefile @@ -1,7 +1,7 @@ ---- Makefile-orig Tue Nov 7 14:14:11 2006 -+++ Makefile Tue Nov 7 14:20:43 2006 +--- Makefile.orig 2010-01-18 14:32:47.000000000 -0600 ++++ Makefile 2010-01-18 14:39:57.000000000 -0600 @@ -1,8 +1,9 @@ - # Copyright (C) 1990-2006 Bard Ermentrout + # Copyright (C) 1990-2009 Bard Ermentrout # Edited for Debian GNU/Linux. DESTDIR = -BINDIR = $(DESTDIR)/usr/X11R6/bin @@ -12,30 +12,30 @@ # End Debian Edit ################################# # -@@ -20,10 +21,10 @@ - ################################## +@@ -21,9 +22,9 @@ # Standard Linux distributions # ################################## --CFLAGS= -g -O -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I/usr/X11R6/include -+CFLAGS= -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I$(LOCALBASE)/include - #CFLAGS= -g -O -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I/usr/X11R6/include + #CFLAGS= -g -O -DAUTO -DCVODE_YES -DHAVEDLL -DMYSTR=$(VERSION) -I/usr/X11R6/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 -DHAVEDLL -DMYSTR=$(VERSION) -I$(LOCALBASE)/include +LDFLAGS= -L$(LOCALBASE)/lib +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 # -@@ -154,6 +155,8 @@ +@@ -154,6 +155,9 @@ ###################################################################### # # + +all: xppaut ++ xppaut: mkI77 mkcvode $(OBJECTS) $(AUTOOBJ) # ########################################################### -@@ -188,16 +191,16 @@ +@@ -188,16 +192,16 @@ install: xppaut # Make necessary installation directories mkdir -p $(BINDIR) |