diff options
Diffstat (limited to 'x11/xorg-clients/files/patch-dpsinfo-Imakefile')
-rw-r--r-- | x11/xorg-clients/files/patch-dpsinfo-Imakefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/xorg-clients/files/patch-dpsinfo-Imakefile b/x11/xorg-clients/files/patch-dpsinfo-Imakefile new file mode 100644 index 000000000000..03f08a4f2138 --- /dev/null +++ b/x11/xorg-clients/files/patch-dpsinfo-Imakefile @@ -0,0 +1,23 @@ +--- programs/dpsinfo/Imakefile.orig Thu Mar 4 09:48:47 2004 ++++ programs/dpsinfo/Imakefile Sat May 29 16:21:20 2004 +@@ -3,7 +3,6 @@ + + DEPLIBS = $(DEPDPSLIB) $(DEPXTOOLLIB) $(DEPXONLYLIB) + LOCAL_LIBRARIES = $(DPSLIB) $(XTOOLLIB) $(XONLYLIB) +- PSWRAP = PsWrap + + SRCS = iwraps.psw dpsinfo.c + +@@ -13,10 +12,10 @@ + + .SUFFIXES: .psw .h + +-.psw.c : ProgramTargetName($(PSWRAP)) ++.psw.c : PsWrapDependency + RunProgram(PSWRAP,-a -o $*.c -h $*.h $<) + +-.psw.h : ProgramTargetName($(PSWRAP)) ++.psw.h : PsWrapDependency + RunProgram(PSWRAP,-a -h $*.h $< > /dev/null) + + depend:: $(DERIVED_FILES) |