aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-10-02 11:10:37 +0800
committerlioux <lioux@FreeBSD.org>2001-10-02 11:10:37 +0800
commit285428df6769cbde93bf411766b47a705803a90e (patch)
tree6a17bb02a98c44ec818c93bf8094832443fe19d2 /lang
parent53d7a5f1d819a7a72a002e5ea9d177afaddac4c9 (diff)
downloadfreebsd-ports-gnome-285428df6769cbde93bf411766b47a705803a90e.tar.gz
freebsd-ports-gnome-285428df6769cbde93bf411766b47a705803a90e.tar.zst
freebsd-ports-gnome-285428df6769cbde93bf411766b47a705803a90e.zip
fix build on -CURRENT
PR: 30821 Submitted by: MAINTAINER, bento Reviewed by: Sameh Ghane
Diffstat (limited to 'lang')
-rw-r--r--lang/rexx-imc/files/patch-Make6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/rexx-imc/files/patch-Make b/lang/rexx-imc/files/patch-Make
index d9fda5cbd624..87c32347993e 100644
--- a/lang/rexx-imc/files/patch-Make
+++ b/lang/rexx-imc/files/patch-Make
@@ -1,5 +1,5 @@
--- Make Wed Nov 1 10:04:27 2000
-+++ Make.new Fri Sep 7 16:39:54 2001
++++ Make.new Tue Sep 25 09:15:11 2001
@@ -18,7 +18,7 @@
LD=ld # linker for shared objects
COMPILEFLAG="" # general compilation flags for cc
@@ -76,12 +76,12 @@
+ DLLFLAG="-shared --export-dynamic"
+ case $CC in
+ gcc)
-+ CCFLAG="${CFLAGS} -DHAS_TTYCOM -D_REQUIRED -DHAS_GMTOFF"
++ 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 -D_REQUIRED -DHAS_GMTOFF"
++ CCFLAG="${CFLAGS} -DHAS_TTYCOM -DRENAME_UNDELETE -DHAS_GMTOFF"
PIC="-fPIC"
;;
esac