summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2004-07-09 23:03:49 +0000
committerMikhail Teterin <mi@FreeBSD.org>2004-07-09 23:03:49 +0000
commit97a132e0ec37c6f0d576ceab79cdbc10b16f3c21 (patch)
tree9904aa5055db8d31480828fd145d11b06ce052da /devel
parent. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it. (diff)
Use ``$(CC) -shared'' insted of ld to create shared library. This
allows to use non-default compilers, such as icc.
Notes
Notes: svn path=/head/; revision=113312
Diffstat (limited to 'devel')
-rw-r--r--devel/tcl-trf/files/patch-mkin9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/tcl-trf/files/patch-mkin b/devel/tcl-trf/files/patch-mkin
index 388d60c687b1..e0a0b9c3a187 100644
--- a/devel/tcl-trf/files/patch-mkin
+++ b/devel/tcl-trf/files/patch-mkin
@@ -1,5 +1,5 @@
--- Makefile.in Tue Aug 21 01:52:21 2001
-+++ Makefile.in Fri Feb 15 15:02:35 2002
++++ Makefile.in Fri Jul 9 18:59:24 2004
@@ -34,5 +34,5 @@
#========================================================================
@@ -35,8 +35,11 @@
+Trf_LIB_FILE = libTrf2.so.1
$(Trf_LIB_FILE)_OBJECTS = $(Trf_OBJECTS)
-@@ -301,8 +301,8 @@
- SHLIB_LD = @SHLIB_LD@
+@@ -299,10 +299,10 @@
+ RANLIB = @RANLIB@
+ SHLIB_CFLAGS = @SHLIB_CFLAGS@
+-SHLIB_LD = @SHLIB_LD@
++SHLIB_LD = $(CC) -shared
SHLIB_LDFLAGS = @SHLIB_LDFLAGS@
-SHLIB_LD_LIBS = @SHLIB_LD_LIBS@
+SHLIB_LD_LIBS = @SHLIB_LD_LIBS@ -lmd -lbz2 -lz