pkgsrc/graphics/vcg/patches/patch-aq
rillig e4534ab2d3 Added a patch that prevents an error message from make(1), and corrected
the location where the manual pages are installed.
2006-09-02 20:47:03 +00:00

15 lines
398 B
Text

$NetBSD: patch-aq,v 1.3 2006/09/02 20:47:03 rillig Exp $
Work around the error message "inconsistent operator for all".
--- preconf/X11/Imakefile.org Wed Feb 8 11:48:30 1995
+++ preconf/X11/Imakefile Thu Jun 12 10:35:35 1997
@@ -2,7 +2,7 @@
DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB)
-all:
+all::
@ echo "#"
@ echo LIBPATH = -L$(USRLIBDIR)
@ echo INCLUDES = $(ALLINCLUDES)