diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-07-19 17:46:19 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-07-19 17:46:19 +0000 |
commit | ed4e617768ca1be557409e17af1061aafe90d63e (patch) | |
tree | 1db23506c4d2530f54e6c111f7f91ae9c26ec566 /lang/rexx-imc/files/patch-Make-P02 | |
parent | Fix build if world is built with NO_USB=yes. (diff) |
Fix build on FreeBSD 7
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=139611
Diffstat (limited to 'lang/rexx-imc/files/patch-Make-P02')
-rw-r--r-- | lang/rexx-imc/files/patch-Make-P02 | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/lang/rexx-imc/files/patch-Make-P02 b/lang/rexx-imc/files/patch-Make-P02 deleted file mode 100644 index 1ae941e60517..000000000000 --- a/lang/rexx-imc/files/patch-Make-P02 +++ /dev/null @@ -1,30 +0,0 @@ ---- 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 |