aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-07-19 17:46:19 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-07-19 17:46:19 +0000
commited4e617768ca1be557409e17af1061aafe90d63e (patch)
tree1db23506c4d2530f54e6c111f7f91ae9c26ec566 /lang
parent02756866ca407d66c478ec0530d7b060daae5e30 (diff)
downloadports-ed4e617768ca1be557409e17af1061aafe90d63e.tar.gz
ports-ed4e617768ca1be557409e17af1061aafe90d63e.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/rexx-imc/files/patch-Make2
-rw-r--r--lang/rexx-imc/files/patch-Make-P0230
2 files changed, 1 insertions, 31 deletions
diff --git a/lang/rexx-imc/files/patch-Make b/lang/rexx-imc/files/patch-Make
index 87c32347993e..249c3faee470 100644
--- a/lang/rexx-imc/files/patch-Make
+++ b/lang/rexx-imc/files/patch-Make
@@ -65,7 +65,7 @@
+ ;;
+ esac
+ ;;
-+ FreeBSD:5.*)
++ FreeBSD:5.*|FreeBSD:6.*|FreeBSD:7.*)
+ REXXLIB="librexx.so"
+ SOLINK="librexx.so"
+ RANLIB=ranlib
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