openbsd-ports/misc/xtar/patches/patch-ImakefileXbr

12 lines
313 B
Plaintext
Raw Normal View History

2007-10-26 18:00:31 -04:00
--- Xbr/Imakefile.orig Tue May 9 10:06:46 1995
+++ Xbr/Imakefile Fri Oct 26 23:58:56 2007
@@ -20,7 +20,7 @@ SRCS = XbrCB.c XbrCreate.c XbrCursor.c XbrDialog.c \
2000-07-09 20:05:53 -04:00
OBJS = $(SRCS:.c=.o)
-INCLUDES = $(XMINC)
+INCLUDES = $(XMINC) -I${PREFIX}/include
NormalLibraryObjectRule()
NormalLibraryTarget(Xbr,$(OBJS))