diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-07-08 15:13:11 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-11 10:07:58 +0200 |
commit | 5a354645c87a9e1b15a6d136028d3fda184f1787 (patch) | |
tree | c355e8d1a71a36123aca7712894e9cd8e5805120 /app-misc/realpath | |
parent | app-misc/joy2key: remove unused patches (diff) | |
download | gentoo-5a354645c87a9e1b15a6d136028d3fda184f1787.tar.gz gentoo-5a354645c87a9e1b15a6d136028d3fda184f1787.tar.bz2 gentoo-5a354645c87a9e1b15a6d136028d3fda184f1787.zip |
app-misc/realpath: remove unused patch
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-misc/realpath')
-rw-r--r-- | app-misc/realpath/files/realpath-1.15-build.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app-misc/realpath/files/realpath-1.15-build.patch b/app-misc/realpath/files/realpath-1.15-build.patch deleted file mode 100644 index 7b90a0c0c27b..000000000000 --- a/app-misc/realpath/files/realpath-1.15-build.patch +++ /dev/null @@ -1,35 +0,0 @@ -diff --git a/common.mk b/common.mk -index 18f539c..142f7e6 100644 ---- a/common.mk -+++ b/common.mk -@@ -34,16 +34,11 @@ webcgidir := $(prefix)/lib/cgi-bin - applicationsdir := $(prefix)/share/applications - - PERL := /usr/bin/perl --CC := gcc --CFLAGS = -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Werror -g -DVERSION='"$(VERSION)"' -DPACKAGE='"$(PACKAGE)"' -DLOCALEDIR='"$(nlsdir)"' --LDFLAGS := --LIBS := -+CC ?= gcc -+CFLAGS += -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -DVERSION='"$(VERSION)"' -DPACKAGE='"$(PACKAGE)"' -DLOCALEDIR='"$(nlsdir)"' -+LDFLAGS += -+LIBS += - --ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) -- CFLAGS += -O0 --else -- CFLAGS += -O2 --endif - - - # determine our version number -@@ -60,9 +55,6 @@ ifndef VERSION - unexport CDPATH ENV - - ifdef DESTDIR -- ifneq ($(DESTDIR),$(abspath $(DESTDIR))) -- $(error DESTDIR "$(DESTDIR)" is not an absolute path) -- endif - override ddirshort := DESTDIR - export ddirshort - endif |