replace pre-configure with a patch

This commit is contained in:
brad 2000-01-23 19:25:10 +00:00
parent 943aea6212
commit d5efd2bd53
2 changed files with 10 additions and 6 deletions

View File

@ -0,0 +1,10 @@
--- Imakefile.orig Sun Jan 23 14:14:53 2000
+++ Imakefile Sun Jan 23 14:15:00 2000
@@ -1,6 +1,7 @@
DEPLIBS = $(DEPOLDXLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(OLDXLIB) $(XLIB)
INCLUDES = -I. -I$(TOP)
+ MANSUFFIX = 6
SRCS = xsol.c mkPixmap.c
OBJS = xsol.o mkPixmap.o

View File

@ -1,6 +0,0 @@
#!/bin/sh
#echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1;
echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile || exit 1
exit 0