summaryrefslogtreecommitdiff
path: root/math/xldlas/files/patch-aa
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:33:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:33:47 +0000
commita14c0668720dcafde3f60b7659a01d99ec693a41 (patch)
tree9c1a149bc961f7cd84b7aa93a2d61fec3d0f9685 /math/xldlas/files/patch-aa
parentRename mail/ patch-xy patches to reflect the files they modify. (diff)
Rename math/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'math/xldlas/files/patch-aa')
-rw-r--r--math/xldlas/files/patch-aa44
1 files changed, 0 insertions, 44 deletions
diff --git a/math/xldlas/files/patch-aa b/math/xldlas/files/patch-aa
deleted file mode 100644
index 6dacb936d663..000000000000
--- a/math/xldlas/files/patch-aa
+++ /dev/null
@@ -1,44 +0,0 @@
---- 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: