ports/devel/e4graph/files/patch-all_makefile.include.in
Beech Rintoul aaa34e41c8 - Fix core-dump issue when executing make test.
- Bump portrevision

PR:		ports/119539
Submitted by:	Daniel Rucci <dan@rucci.org>
Approved by:	linimon (mentor)
2008-01-21 00:24:17 +00:00

14 lines
402 B
Text

--- 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@