summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/unace/files/unace-2.5-build.patch')
-rw-r--r--app-arch/unace/files/unace-2.5-build.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-arch/unace/files/unace-2.5-build.patch b/app-arch/unace/files/unace-2.5-build.patch
deleted file mode 100644
index 48197407b4fb..000000000000
--- a/app-arch/unace/files/unace-2.5-build.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- makefile
-+++ makefile
-@@ -14,17 +14,16 @@
- SRCSsl = $(BASIC_DIR)source
- SRCS = $(SRCSsl)/
-
-+ifdef SYSINC
- INCLSYSDIR = //usr/include/sys
- INCLDIR = //usr/include
--
--DEFINES = -D__LINUX__ -D__unix__ -D__GCC__ -U__HAS_IO_H__
--
--ifdef DEBUG
--LSWITCHES =
-+INCLS = -I$(INCLDIR) -idirafter $(INCLSYSDIR)
- else
--LSWITCHES = -Wl,-s
-+INCLS =
- endif
-
-+DEFINES = -D__LINUX__ -D__unix__ -D__GCC__ -U__HAS_IO_H__
-+
- ##############################################################################
- all: unace
-
-@@ -47,7 +46,7 @@
- $(APPS_UNACEEXE_CFILES)
-
- unace: $(UNACEEXELIN_CFILES)
-- $(CC) $(CFLAGS) $(LSWITCHES) -I$(INCLDIR) -idirafter $(INCLSYSDIR) -I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
-+ $(CC) $(CFLAGS) $(LDFLAGS) $(INCLS) -I$(SRCSsl) $(DEFINES) $(UNACEEXELIN_CFILES) -ggdb -o$(EXECS_DIR)unace
- ifndef DEBUG
- tar cfvz linunace25.tgz unace file_id.diz licence
- #sh linpack.sh