summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/ice/files/ice-3.0.0-makefile.patch')
-rw-r--r--dev-cpp/ice/files/ice-3.0.0-makefile.patch63
1 files changed, 0 insertions, 63 deletions
diff --git a/dev-cpp/ice/files/ice-3.0.0-makefile.patch b/dev-cpp/ice/files/ice-3.0.0-makefile.patch
deleted file mode 100644
index e45faadd49fd..000000000000
--- a/dev-cpp/ice/files/ice-3.0.0-makefile.patch
+++ /dev/null
@@ -1,63 +0,0 @@
---- Ice-3.0.0/Makefile.old 2006-01-19 05:24:42.000000000 +0900
-+++ Ice-3.0.0/Makefile 2006-01-19 13:37:03.000000000 +0900
-@@ -19,7 +19,7 @@
- @if test ! -d $(prefix) ; \
- then \
- echo "Creating $(prefix)..." ; \
-- $(call mkdir,$(prefix)) ; \
-+ mkdir -p $(prefix) ; \
- fi
-
- @for subdir in $(INSTALL_SUBDIRS); \
-@@ -27,7 +27,7 @@
- if test ! -d $$subdir ; \
- then \
- echo "Creating $$subdir..." ; \
-- mkdir $$subdir ; \
-+ mkdir -p $$subdir ; \
- chmod a+rx $$subdir ; \
- fi ; \
- done
-@@ -47,8 +47,8 @@
- then \
- ( cd doc && $(MAKE) install ) || exit 1 ; \
- fi
-- $(call installdata,ICE_LICENSE,$(prefix))
-- $(call installdata,LICENSE,$(prefix))
-+ $(call installdata,ICE_LICENSE,$(install_docdir))
-+ $(call installdata,LICENSE,$(install_docdir))
-
- clean::
- @if test -d doc ; \
---- Ice-3.0.0/config/Make.rules.old 2006-01-19 19:27:15.000000000 +0100
-+++ Ice-3.0.0/config/Make.rules 2006-01-19 19:27:28.000000000 +0100
-@@ -12,7 +12,7 @@
- # if it does not exist.
- #
-
--prefix = /opt/Ice-$(VERSION)
-+prefix = $(DESTDIR)/usr
-
- #
- # Define OPTIMIZE as yes if you want to build with
-@@ -154,9 +154,9 @@
- endif
-
- install_includedir = $(prefix)/include
--install_slicedir = $(prefix)/slice
-+install_slicedir = $(prefix)/share/ice-$(VERSION)/slice
- install_schemadir = $(prefix)/schema
--install_docdir = $(prefix)/doc
-+install_docdir = $(prefix)/share/doc/ice-$(VERSION)
-
- INSTALL = cp -fp
- INSTALL_PROGRAM = ${INSTALL}
-@@ -212,7 +212,7 @@
- DB_FLAGS = -I$(DB_HOME)/include
- DB_LIBS = -L$(DB_HOME)/$(libsubdir) -ldb_cxx
- else
-- DB_FLAGS =
-+ DB_FLAGS = -I/usr/include/db4.3
- DB_LIBS = -ldb_cxx
- endif
-