mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
12 lines
491 B
Plaintext
12 lines
491 B
Plaintext
--- src/Makefile.in.orig Mon Dec 27 15:02:38 2004
|
|
+++ src/Makefile.in Wed Dec 29 18:17:19 2004
|
|
@@ -92,7 +92,7 @@
|
|
starplot_DEPENDENCIES = libstarplot.a ../lib/libcompat.a
|
|
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
|
|
SCRIPTS = $(bin_SCRIPTS)
|
|
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
|
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(LOCALBASE)/include
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
am__depfiles_maybe = depfiles
|
|
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/mathdefs.Po \
|