summaryrefslogtreecommitdiff
path: root/print/asprint/files/patch-aa
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:02:16 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 14:02:16 +0000
commitba06c2d6a37dc081a3a8c5a01426a0a009428ca9 (patch)
tree7b1cdea9a21ff4ed307e29514e9d8286d9d83dfa /print/asprint/files/patch-aa
parentStage, and pull the patches into a sed command. (diff)
Rename p*/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'print/asprint/files/patch-aa')
-rw-r--r--print/asprint/files/patch-aa30
1 files changed, 0 insertions, 30 deletions
diff --git a/print/asprint/files/patch-aa b/print/asprint/files/patch-aa
deleted file mode 100644
index 4f1ba5fba5f2..000000000000
--- a/print/asprint/files/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
---- makefile.orig Fri Mar 14 19:34:48 1997
-+++ makefile Wed Jun 21 02:59:31 2000
-@@ -1,18 +1,17 @@
- .KEEP_STATE:
-
--CFLAGS = -O2
--CC = gcc
--XLIB = -L/usr/X11/lib -lXaw3d -lXmu -lXt
--
-+CFLAGS ?= -O2
-+CC ?= gcc
-+XLIB = -L$(LOCALBASE)/lib -lXaw -lXmu -lXt
-+XLIB+= -Wl,-rpath,$(LOCALBASE)/lib
- OBJS = asprint.o
--INCS =
--
--default : asprint ./makefile
--clean:
-- rm -f $(OBJS) *~ asprint core
-+INCS = -I$(LOCALBASE)/include
-
- asprint: $(OBJS)
- $(CC) -o asprint $(CFLAGS) $(OBJS) $(XLIB)
-
-+clean:
-+ rm -f $(OBJS) *~ asprint core
-+
- .c.o:
-- $(CC) $(CFLAGS) -c $<
-+ $(CC) $(CFLAGS) -c $(INCS) $<