From 82f34cee44e22e59bc8227d7196564ab16066b8c Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Wed, 29 Aug 2001 11:12:02 +0000 Subject: add lbrate Extract/decompress CP/M LBR archives PR: 30087 Submitted by: Gea-Suan Lin --- archivers/lbrate/files/patch-Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 archivers/lbrate/files/patch-Makefile (limited to 'archivers/lbrate/files') diff --git a/archivers/lbrate/files/patch-Makefile b/archivers/lbrate/files/patch-Makefile new file mode 100644 index 000000000000..8ed29bafdf4c --- /dev/null +++ b/archivers/lbrate/files/patch-Makefile @@ -0,0 +1,20 @@ +--- Makefile.orig Wed Aug 29 19:07:24 2001 ++++ Makefile Wed Aug 29 19:08:13 2001 +@@ -1,7 +1,7 @@ + # Makefile - makefile for lbrate + + CC=gcc +-CFLAGS=-O2 -Wall ++CFLAGS+=-I%%LOCALBASE%%/include + + # Set BINDIR to directory for binary, + # MANDIR to directory for man page. +@@ -19,7 +19,7 @@ + all: lbrate + + lbrate: $(OBJ) +- $(CC) $(CFLAGS) -o lbrate $(OBJ) ++ $(CC) $(CFLAGS) -o lbrate $(OBJ) -L%%LOCALBASE%%/lib -lgnugetopt + + installdirs: + /bin/sh ./mkinstalldirs $(BINDIR) $(MANDIR) -- cgit v1.2.3