aboutsummaryrefslogtreecommitdiff
path: root/math/xppaut/files
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-11-08 17:37:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-11-08 17:37:48 +0000
commitde7b1680c9844f7fd4261f9d48c839637b52ecd3 (patch)
treebf7ae78e2ede2299b3d9d2866f67be84aaa35232 /math/xppaut/files
parent75397ef2c949234e6ab6a58a3928126ff16374de (diff)
downloadports-de7b1680c9844f7fd4261f9d48c839637b52ecd3.tar.gz
ports-de7b1680c9844f7fd4261f9d48c839637b52ecd3.zip
Notes
Diffstat (limited to 'math/xppaut/files')
-rw-r--r--math/xppaut/files/patch-Makefile25
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)