freebsd-ports/math/glove/files/patch-ad
Steve Price 516fa9816e Adding glove version 1.0.1.
Glove was developed for use in Caltech physics labs to provide an
interface to data acquisition systems, sophisticated (and correct)
statistical analysis, a flexible plotting tool, and the ability to
easily and intuitively manipulate the data.

PR:		19290
Submitted by:	Mario S F Ferreira <lioux@linf.unb.br>
2000-07-10 03:40:32 +00:00

44 lines
988 B
Plaintext

--- programs/glove/Make.header.orig Fri Sep 24 15:41:45 1999
+++ programs/glove/Make.header Wed Jun 14 22:55:54 2000
@@ -17,14 +17,15 @@
# Directories to search for header files
-SEARCHDIRS := -I- \
+SEARCHDIRS = -I- \
-I${CODEDIR} \
-I${PLOTDIR} \
-I${JCOREDIR} \
-I${JXDIR} \
-I${JPARSEDIR} \
-I${J2DPLOTDIR} \
- -I${ACE_ROOT}
+ -I${ACE_ROOT} \
+ ${J_X11_INCLUDE_DIR}
# other constants
@@ -41,13 +42,6 @@
# library dependencies
-ifdef J_BUILD_SHARED_LIB
- LIB_DEPS := ${JLIBDIR}/libjparser-${JPARSER_LIB_VERSION}.so \
- ${JLIBDIR}/libj2dplot-${J2DPLOT_LIB_VERSION}.so
-else
- LIB_DEPS := ${JLIBDIR}/libjparser-${JPARSER_LIB_VERSION}.a \
- ${JLIBDIR}/libj2dplot-${J2DPLOT_LIB_VERSION}.a
-endif
# make variables
@@ -64,7 +58,7 @@
#####
.PHONY : default
-default: libs glove
+default: glove
.PHONY : Makefiles
Makefiles: