From 828926a9902a446bfd9335cc1ef43b5e59a7c806 Mon Sep 17 00:00:00 2001 From: turan Date: Thu, 27 Apr 2000 11:43:38 +0000 Subject: [PATCH] These patches were missed. --- misc/pi-address/patches/{patch-aa => patch-Makefile} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename misc/pi-address/patches/{patch-aa => patch-Makefile} (83%) diff --git a/misc/pi-address/patches/patch-aa b/misc/pi-address/patches/patch-Makefile similarity index 83% rename from misc/pi-address/patches/patch-aa rename to misc/pi-address/patches/patch-Makefile index 9e09cec756e..df49e840c0a 100644 --- a/misc/pi-address/patches/patch-aa +++ b/misc/pi-address/patches/patch-Makefile @@ -1,14 +1,14 @@ ---- Makefile.orig Fri Sep 3 19:20:04 1999 -+++ Makefile Thu Sep 23 23:25:31 1999 +--- Makefile.orig Sat Jan 22 04:49:47 2000 ++++ Makefile Sat Apr 15 04:22:06 2000 @@ -5,7 +5,7 @@ # be sure to set all include directories to correct values # (especially the directory for the pilot-link and Qt include files) -INCDIRS= -I$(XINCLUDE) -I/usr/X11R6/include/qt -I/usr/include/libpisock -+INCDIRS= -I$(XINCLUDE) -I$(QTDIR)/include/X11/qt -I$(PILOT_LINK)/include ++INCDIRS= -I$(XINCLUDE) -I$(PREFIX)/include/X11/qt -I$(PREFIX)/include - #DEBUG = -g -D_DEBUG_ - OPTIMIZE = -O2 + # DEBUG = -g -D_DEBUG_ + OPTIMIZE = -O2 @@ -20,8 +20,8 @@ # try this one if you want to link against the shared library of pilot-link # (edit LFLAGS_PISOCK_DIR and/or LFLAGS_QT_DIR and uncomment if libs are not