diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-01-21 00:24:17 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-01-21 00:24:17 +0000 |
commit | aaa34e41c8298a9ac37284fa3234dc52d1019a0b (patch) | |
tree | 01944fe6df33bb23ff9358f09d0f34e7a4680df5 /devel/e4graph/files/patch-all_makefile.include.in | |
parent | Add 913 for _relayd. (diff) |
- Fix core-dump issue when executing make test.
- Bump portrevision
PR: ports/119539
Submitted by: Daniel Rucci <dan@rucci.org>
Approved by: linimon (mentor)
Notes
Notes:
svn path=/head/; revision=205947
Diffstat (limited to 'devel/e4graph/files/patch-all_makefile.include.in')
-rw-r--r-- | devel/e4graph/files/patch-all_makefile.include.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/e4graph/files/patch-all_makefile.include.in b/devel/e4graph/files/patch-all_makefile.include.in new file mode 100644 index 000000000000..7a030fbb9631 --- /dev/null +++ b/devel/e4graph/files/patch-all_makefile.include.in @@ -0,0 +1,14 @@ +--- makefile.include.in.orig 2004-03-05 16:56:14.000000000 -0900 ++++ makefile.include.in 2008-01-20 10:44:42.000000000 -0900 +@@ -53,11 +53,7 @@ + LDFLAGS = @LDFLAGS@ + CPPFLAGS = @CPPFLAGS@ + SYSNAME = $(shell uname -s) +-ifeq ($(SYSNAME),Darwin) +-SHLIB_LD = @SHLIB_LD@ +-else + SHLIB_LD = gcc -shared +-endif + SHLIB_LD_FLAGS = @SHLIB_LD_FLAGS@ + SHLIB_CFLAGS = @SHLIB_CFLAGS@ + SHLIB_SUFFIX = @SHLIB_SUFFIX@ |