aboutsummaryrefslogtreecommitdiff
path: root/math/xppaut/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/xppaut/files/patch-Makefile')
-rw-r--r--math/xppaut/files/patch-Makefile20
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)