mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
- Bump portrevision PR: ports/119539 Submitted by: Daniel Rucci <dan@rucci.org> Approved by: linimon (mentor)
14 lines
402 B
Text
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@
|