openbsd-ports/x11/qvwm/patches/patch-src_Makefile_in
espie e6b22a8b8d Ensure parser files are read from the right location, this avoids
bison/yacc synchronization bugs, and allows for SEPARATE_BUILD to
be set.
2000-07-03 00:39:08 +00:00

13 lines
637 B
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.1 2000/07/03 00:39:09 espie Exp $
--- src/Makefile.in.orig Mon Jul 3 02:22:01 2000
+++ src/Makefile.in Mon Jul 3 02:22:11 2000
@@ -86,7 +86,7 @@ qvwm_SOURCES = button.cc button.h callba
# VPATH is not enough for lexsrc.ll and yaccsrc.yy
-DEFS = -DIMGDIR=\"@QVWMDIR@/images\" -DSNDDIR=\"@QVWMDIR@/sounds\" -DQVWMDIR=\"@QVWMDIR@\" -DPATH_RM=\"@PATH_RM@\" -DHAVE_CONFIG_H -I$(top_builddir) -I$(srcdir)
+DEFS = -DIMGDIR=\"@QVWMDIR@/images\" -DSNDDIR=\"@QVWMDIR@/sounds\" -DQVWMDIR=\"@QVWMDIR@\" -DPATH_RM=\"@PATH_RM@\" -DHAVE_CONFIG_H -I. -I$(top_builddir) -I$(srcdir)
qvwm_LDADD = @LEXLIB@