head	1.2;
access;
symbols
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.07.19.17.46.19;	author arved;	state dead;
branches;
next	1.1;

1.1
date	2005.03.06.23.01.23;	author arved;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Fix build on FreeBSD 7

Approved by:	maintainer
@
text
@--- work/rexx-imc-1.76/Make	Tue Feb 22 01:35:58 2005
+++ Make	Tue Feb 22 01:27:08 2005
@@@@ -452,6 +452,27 @@@@
                 ;;
         esac
         ;;
+    FreeBSD:6.*)
+        REXXLIB="librexx.so"
+	SOLINK="librexx.so"
+        RANLIB=ranlib
+        MATH=rxmathfn.rxfn
+        LIBRARIES=""
+        SOFLAG="-shared --export-dynamic"
+        : ${RUNLIBS='-L$(LIBDIR) -Wl,-rpath,$(PREFIX)/lib'}
+        DLLFLAG="-shared --export-dynamic"
+        case $CC in
+            gcc)
+                CCFLAG="${CFLAGS} -DHAS_TTYCOM -DRENAME_UNDELETE -DHAS_GMTOFF"
+                PIC="-fPIC"
+                ;;
+            *)  echo "Warning: I don't know the options for $CC"\
+                      "- trying the gcc ones" >&2
+                CCFLAG="${CFLAGS} -DHAS_TTYCOM -DRENAME_UNDELETE -DHAS_GMTOFF"
+                PIC="-fPIC"
+                ;;
+        esac
+        ;;
     unknown:*|*:*)
         echo "I am not configured for this platform - guessing some options" >&2
         echo "(You will not be able to use shared libraries)" >&2
@


1.1
log
@- Fix MASTER_SITES
- Fix compilation on FreeBSD 6.*
- Pass Maintainership to submitter

PR:		77898
Submitted by:	Gerhard Gonter <g.gonter@@ieee.org>
@
text
@@

