openbsd-ports/math/plplot/patches/patch-examples_c_Makefile_in
2006-06-06 13:36:28 +00:00

21 lines
732 B
Plaintext

$OpenBSD: patch-examples_c_Makefile_in,v 1.2 2006/06/06 13:36:28 steven Exp $
--- examples/c/Makefile.in.orig Tue May 30 01:07:22 2006
+++ examples/c/Makefile.in Wed May 31 18:32:16 2006
@@ -266,6 +266,7 @@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DATA_DIR = @DATA_DIR@
+EXAMPLE_DIR = @EXAMPLE_DIR@
DB2X_TEXIXML = @DB2X_TEXIXML@
DB2X_XSLTPROC = @DB2X_XSLTPROC@
DB_SS_HTML_PUBID = @DB_SS_HTML_PUBID@
@@ -584,7 +585,7 @@ with_qhull_TRUE = @with_qhull_TRUE@
with_rpath_FALSE = @with_rpath_FALSE@
with_rpath_TRUE = @with_rpath_TRUE@
AM_CPPFLAGS = -I$(top_srcdir)/include $(INCLTDL)
-examples_cdir = $(DATA_DIR)/examples/c
+examples_cdir = $(EXAMPLE_DIR)/c
sources = \
plcdemos.h \
tutor.c \