summaryrefslogtreecommitdiff
path: root/math/xldlas/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/xldlas/files/patch-Makefile')
-rw-r--r--math/xldlas/files/patch-Makefile44
1 files changed, 44 insertions, 0 deletions
diff --git a/math/xldlas/files/patch-Makefile b/math/xldlas/files/patch-Makefile
new file mode 100644
index 000000000000..6dacb936d663
--- /dev/null
+++ b/math/xldlas/files/patch-Makefile
@@ -0,0 +1,44 @@
+--- Makefile.orig Tue Apr 1 12:13:32 1997
++++ Makefile Tue Jul 2 01:19:28 2002
+@@ -16,11 +16,14 @@
+ # want to remove the -DXFORMS86 declaration in the CCFLAG
+ # assignment.
+ #
+-CCFLAG = -O2 -Wall -DXFORMS86
+-CC = gcc
+-COMMONLIBS = -L/usr/X11R6/lib/ -lX11 -lm
+-SHAREDLIBS = -lforms
+-STATICLIBS = -lXpm /usr/X11R6/lib/libforms.a
++.if exists(${LOCALBASE}/include/X11/forms.h)
++XFORMSINC = -I${LOCALBASE}/include/X11
++.endif
++CCFLAG = $(CFLAGS) -DXFORMS86 -DPREFIX=\"$(PREFIX)\" -I$(LOCALBASE)/include ${XFORMSINC}
++#CC = gcc
++COMMONLIBS = -L$(LOCALBASE)/lib/ -lX11 -lm
++SHAREDLIBS = -lforms -lXpm
++STATICLIBS = $(LOCALBASE)/lib/libxforms.a -lXpm
+ ECHO = echo
+ RM = rm
+ RMOPTS = -f
+@@ -29,9 +32,9 @@
+ INSTALL = install
+ INSTALLOPTS = -d
+
+-BINDIR = /usr/local/bin
+-MANDIR = /usr/man/man1
+-HELPDIR = /usr/local/xldlas/help
++BINDIR = $(PREFIX)/bin
++MANDIR = $(PREFIX)/man/man1
++HELPDIR = $(PREFIX)/share/xldlas/help
+ SRCDIR := $$PWD
+ USER := $$LOGNAME
+
+@@ -115,7 +118,7 @@
+ so the following commands will probably fail"; fi
+ @$(ECHO)
+ @$(CP) $(CPOPTS) xldlas $(BINDIR)
+- @if test '/usr/local/xldlas' = $(SRCDIR); then \
++ @if test '/usr/local/share/xldlas' = $(SRCDIR); then \
+ $(ECHO) Help Files Already in Place; else \
+ $(INSTALL) $(INSTALLOPTS) ./help $(HELPDIR); fi
+ install.man: