diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-02 17:18:39 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-06-02 17:18:39 +0000 |
commit | eb050698650cd1c5fc82b78ea5edfd581127e819 (patch) | |
tree | b582210cb09ead60e0ca55760fb1a0186c951d9c /math/ndiff/files/patch-Makefile.in | |
parent | 188ecf39c3ef56b0f0bb9e32fed9451b9427d855 (diff) | |
download | ports-eb050698650cd1c5fc82b78ea5edfd581127e819.tar.gz ports-eb050698650cd1c5fc82b78ea5edfd581127e819.zip |
Notes
Diffstat (limited to 'math/ndiff/files/patch-Makefile.in')
-rw-r--r-- | math/ndiff/files/patch-Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/ndiff/files/patch-Makefile.in b/math/ndiff/files/patch-Makefile.in index a9e603a03884..6d2926c662df 100644 --- a/math/ndiff/files/patch-Makefile.in +++ b/math/ndiff/files/patch-Makefile.in @@ -1,5 +1,17 @@ --- Makefile.in.orig Wed Feb 18 14:17:22 2004 +++ Makefile.in Wed Feb 18 14:19:31 2004 +@@ -191,9 +191,9 @@ + + DEFINES = -DVERSION='"@VERSION@"' -DDATE='"@DATE@"' $(XDEFINES) + +-INCLUDES = -I. -I$(prefix)/include $(XINCLUDES) ++INCLUDES = -I. $(XINCLUDES) + +-LDFLAGS = @LDFLAGS@ -L$(prefix)/lib $(XLDFLAGS) ++LDFLAGS = @LDFLAGS@ $(XLDFLAGS) + + LIBS = @LIBS@ $(XLIBS) + @@ -602,14 +602,12 @@ if test -f $(PROGNAME) ; \ then \ |