diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-05-28 15:58:24 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-05-28 15:58:24 +0000 |
commit | a431ea0a033477e8bdd4b2eff33278e70320db6b (patch) | |
tree | 4ea62b46423fa0ca8ff10d0a7c0558543b494cc9 /math/goblin/files/patch-Makefile | |
parent | Update to 2010.05.28. (diff) |
- Update to 2.8b30
Notes
Notes:
svn path=/head/; revision=255240
Diffstat (limited to 'math/goblin/files/patch-Makefile')
-rw-r--r-- | math/goblin/files/patch-Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/goblin/files/patch-Makefile b/math/goblin/files/patch-Makefile index 926a1519eb0d..e066327156cb 100644 --- a/math/goblin/files/patch-Makefile +++ b/math/goblin/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2008-05-05 07:51:22.000000000 +0200 -+++ Makefile 2008-05-31 02:28:31.000000000 +0200 -@@ -318,19 +318,11 @@ +--- Makefile.orig 2010-05-28 10:41:25.000000000 +0000 ++++ Makefile 2010-05-28 10:41:41.000000000 +0000 +@@ -335,19 +335,11 @@ shared : intro $(shared_objects) libgoblin.$(so_suffix) : $(lib_objects) $(shell_objects) @@ -20,10 +20,10 @@ @echo "...Shared object ($@) has been successfully linked" -@@ -349,11 +341,7 @@ +@@ -367,11 +359,7 @@ else - gosh : $(gosh_objects) $(shared_objects) + gosh : $(gosh_objects) $(shared_objects) -ifeq ($(CC),gcc) $(LD) -o $@ $(gosh_objects) -L. $(LDFLAGS) -lgoblin $(glpk) $(LIBS) -else |