This commit is contained in:
angelos 2000-07-10 00:05:53 +00:00
parent e4e955a42d
commit 4ad97fb1df
3 changed files with 25 additions and 7 deletions

View File

@ -1,6 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2000/07/09 23:41:52 turan Exp $
BROKEN= linker is unable to find several symbols
# $OpenBSD: Makefile,v 1.11 2000/07/10 00:05:53 angelos Exp $
DISTNAME= xtar-1.4
CATEGORIES= misc

View File

@ -1,7 +1,16 @@
$OpenBSD: patch-Imakefile,v 1.1 2000/06/06 22:31:55 espie Exp $
--- Imakefile.orig Wed Jun 7 00:29:54 2000
+++ Imakefile Wed Jun 7 00:29:58 2000
@@ -30,5 +30,5 @@ OBJS = $(SRCS:.c=.o)
--- Imakefile.orig Mon Jul 17 07:28:19 1995
+++ Imakefile Sun Jul 9 19:59:27 2000
@@ -22,7 +22,7 @@
-SYS_LIBRARIES = $(XBRLIB) $(COMMONLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) -lm
+SYS_LIBRARIES = -L${PREFIX}/lib $(XBRLIB) $(COMMONLIB) $(XMLIB) $(XTOOLLIB) $(XLIB) -lm
-INCLUDES = $(COMMONINC) $(XBRINC) $(XMINC)
+INCLUDES = $(COMMONINC) $(XBRINC) $(XMINC) -I${PREFIX}/include
SRCS = about.c help.c xtar.c
OBJS = $(SRCS:.c=.o)
@@ -30,5 +30,5 @@
MakeSubdirs($(SUBDIRS))
ComplexProgramTarget(xtar)
MakeDirectories(install,$(LIBDIR)/xtar)

View File

@ -0,0 +1,11 @@
--- Xbr/Imakefile.orig Sun Jul 9 19:58:00 2000
+++ Xbr/Imakefile Sun Jul 9 19:58:13 2000
@@ -20,7 +20,7 @@
OBJS = $(SRCS:.c=.o)
-INCLUDES = $(XMINC)
+INCLUDES = $(XMINC) -I${PREFIX}/include
NormalLibraryObjectRule()
NormalLibraryTarget(Xbr,$(OBJS))