diff options
| author | Bill Fenner <fenner@FreeBSD.org> | 1997-11-23 23:39:42 +0000 |
|---|---|---|
| committer | Bill Fenner <fenner@FreeBSD.org> | 1997-11-23 23:39:42 +0000 |
| commit | 8ca00a3ce7ce516e717c2f44a36c59ee37610e4f (patch) | |
| tree | 04bb5f9b310275bdfa0d66ef96371c32f4527fd5 /palm/xcopilot/files/patch-aa | |
| parent | 4728423507cb58bf129eab7e7626e2321868e0fb (diff) | |
xcopilot, a Palm Pilot(TM) emulator.
PR: ports/4109
Submitted by: Nick Sayer <nsayer@quack.kfu.com>
Diffstat (limited to 'palm/xcopilot/files/patch-aa')
| -rw-r--r-- | palm/xcopilot/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/palm/xcopilot/files/patch-aa b/palm/xcopilot/files/patch-aa new file mode 100644 index 000000000000..d62486558cd2 --- /dev/null +++ b/palm/xcopilot/files/patch-aa @@ -0,0 +1,20 @@ +--- Makefile.orig Sun Nov 23 15:16:18 1997 ++++ Makefile Sun Nov 23 15:18:13 1997 +@@ -15,13 +15,13 @@ + CC = gcc + + ## Where to install the binary and icons, respectively +-BINDIR = ../bin +-LIBDIR = ../lib ++BINDIR = ${PREFIX}/bin ++LIBDIR = ${PREFIX}/lib/xcopilot + + # set the following CFLAGS, IFLAGS and LFLAGS for linux or FreeBSD + CFLAGS = -pipe -g -O5 -Wall +-IFLAGS = -I/usr/X11R6/include -I. -I${MC68KDIR} -I${MXDIR} +-LFLAGS = -L/usr/X11R6/lib -lXpm -lXext -lX11 ++IFLAGS = -I${X11BASE}/include -I. -I${MC68KDIR} -I${MXDIR} ++LFLAGS = -L${X11BASE}/lib -lXpm -lXext -lX11 + + # set the following CFLAGS, IFLAGS and LFLAGS for SunOS 4.1.4 + #CFLAGS = -pipe -O3 -Wall -g -D__BIG_ENDIAN__ -DNEED_STRSEP |
