diff options
Diffstat (limited to 'lang/gcl/files/patch-makefile')
-rw-r--r-- | lang/gcl/files/patch-makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/lang/gcl/files/patch-makefile b/lang/gcl/files/patch-makefile index 42cf0d489ebe..fbbded6dbad2 100644 --- a/lang/gcl/files/patch-makefile +++ b/lang/gcl/files/patch-makefile @@ -1,6 +1,11 @@ ---- makefile.orig Sun Sep 14 13:48:53 2003 -+++ makefile Sun Sep 14 13:50:15 2003 -@@ -162,10 +162,11 @@ +Index: makefile +=================================================================== +RCS file: /cvsroot/gcl/gcl/makefile,v +retrieving revision 1.73.4.2.2.21 +diff -u -d -b -B -r1.73.4.2.2.21 makefile +--- makefile 26 May 2004 02:22:25 -0000 1.73.4.2.2.21 ++++ makefile 19 Jul 2004 13:19:18 -0000 +@@ -165,10 +165,11 @@ mkdir -p $(DESTDIR)$(prefix)/lib mkdir -p $(DESTDIR)$(prefix)/bin mkdir -p $(DESTDIR)$(INSTALL_LIB_DIR) @@ -11,5 +16,5 @@ - tar cf - $(PORTDIR)/$(FLISP)$(EXE) info/*.info* $(LISP_LIB) \ + tar cf - $(PORTDIR)/$(FLISP)$(EXE) $(LISP_LIB) \ $(TCL_EXES) | (cd $(DESTDIR)$(INSTALL_LIB_DIR) ;tar xf -) - if [ -e "unixport/rsym$(EXE)" ] ; then cp unixport/rsym$(EXE) $(DESTDIR)$(INSTALL_LIB_DIR)/unixport/ ; fi - # ln $(SYMB) $(INSTALL_LIB_DIR)/$(PORTDIR)/$(FLISP)$(EXE) \ + if gcc --version | grep -i mingw >/dev/null 2>&1 ; then if grep -i oncrpc makedefs >/dev/null 2>&1 ; then cp /mingw/bin/oncrpc.dll $(DESTDIR)$(INSTALL_LIB_DIR)/$(PORTDIR); fi ; fi + cd $(DESTDIR)$(INSTALL_LIB_DIR)/$(PORTDIR) && \ |