summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/realpath/files/realpath-1.15-prefix.patch')
-rw-r--r--app-misc/realpath/files/realpath-1.15-prefix.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/app-misc/realpath/files/realpath-1.15-prefix.patch b/app-misc/realpath/files/realpath-1.15-prefix.patch
deleted file mode 100644
index 3e0837a8bf38..000000000000
--- a/app-misc/realpath/files/realpath-1.15-prefix.patch
+++ /dev/null
@@ -1,37 +0,0 @@
---- a/common.mk
-+++ b/common.mk
-@@ -8,17 +8,19 @@ override TOPDIR := $(dir $(call getCurrentMakefileName))
-
- override PACKAGE := realpath
-
--PATH := /usr/bin:/usr/sbin:/bin:/sbin:$(PATH)
-+#PATH := /usr/bin:/usr/sbin:/bin:/sbin:$(PATH)
-+
-+SHELL := @GENTOO_PORTAGE_EPREFIX@/bin/bash
-
- # build abstraction
--install_file := install -p -o root -g root -m 644
--install_script := install -p -o root -g root -m 755
--install_dir := install -d -o root -g root -m 755
-+install_file := install -p -m 644
-+install_script := install -p -m 755
-+install_dir := install -d -m 755
- install_link := ln -sf
- compress := gzip -9f
-
--prefix := /usr
--etcdir := /etc/$(PACKAGE)
-+prefix := @GENTOO_PORTAGE_EPREFIX@/usr
-+etcdir := @GENTOO_PORTAGE_EPREFIX@/etc/$(PACKAGE)
- bindir := $(prefix)/bin
- sbindir := $(prefix)/sbin
- mandir := $(prefix)/share/man
-@@ -33,7 +35,7 @@ webdocrootdir := /var/www
- webcgidir := $(prefix)/lib/cgi-bin
- applicationsdir := $(prefix)/share/applications
-
--PERL := /usr/bin/perl
-+PERL := @GENTOO_PORTAGE_EPREFIX@/usr/bin/perl
- CC ?= gcc
- CFLAGS += -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -DVERSION='"$(VERSION)"' -DPACKAGE='"$(PACKAGE)"' -DLOCALEDIR='"$(nlsdir)"'
- LDFLAGS +=