ports/misc/xtar/patches/patch-ImakefileXbr

12 lines
313 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00: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 \
OBJS = $(SRCS:.c=.o)
-INCLUDES = $(XMINC)
+INCLUDES = $(XMINC) -I${PREFIX}/include
NormalLibraryObjectRule()
NormalLibraryTarget(Xbr,$(OBJS))