diff options
Diffstat (limited to 'lang/gcl/files/patch-makefile')
-rw-r--r-- | lang/gcl/files/patch-makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/gcl/files/patch-makefile b/lang/gcl/files/patch-makefile deleted file mode 100644 index fbbded6dbad2..000000000000 --- a/lang/gcl/files/patch-makefile +++ /dev/null @@ -1,20 +0,0 @@ -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) -+ mkdir -p $(DESTDIR)$(prefix)/info - MINSTALL_LIB_DIR=`echo $(INSTALL_LIB_DIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \ - $(MAKE) install-command "INSTALL_LIB_DIR=$(INSTALL_LIB_DIR)" "prefix=$(prefix)" "DESTDIR=$(DESTDIR)" "BINDIR=$$MINSTALL_LIB_DIR/unixport" - rm -f $(DESTDIR)$(prefix)/bin/gcl.exe -- 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 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) && \ |