summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2018-08-11 13:30:16 +0200
committerJeroen Roovers <jer@gentoo.org>2018-08-11 13:30:34 +0200
commit8e222e9f89d1c8a29454f11799befba61378f534 (patch)
treee22c3d84cb41f1b1a04264924caceec64a729e4e /sys-boot/palo/files/palo-9999-toolchain.patch
parentapp-office/gnucash: Bump to 3.2 (diff)
downloadgentoo-8e222e9f89d1c8a29454f11799befba61378f534.tar.gz
gentoo-8e222e9f89d1c8a29454f11799befba61378f534.tar.bz2
gentoo-8e222e9f89d1c8a29454f11799befba61378f534.zip
sys-boot/palo: Update live ebuild.
Package-Manager: Portage-2.3.45, Repoman-2.3.10
Diffstat (limited to 'sys-boot/palo/files/palo-9999-toolchain.patch')
-rw-r--r--sys-boot/palo/files/palo-9999-toolchain.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys-boot/palo/files/palo-9999-toolchain.patch b/sys-boot/palo/files/palo-9999-toolchain.patch
index 12b9c5e73b6e..4869f7e6a4e4 100644
--- a/sys-boot/palo/files/palo-9999-toolchain.patch
+++ b/sys-boot/palo/files/palo-9999-toolchain.patch
@@ -12,12 +12,3 @@
endif
ifneq ("$(wildcard /etc/debian_version)","")
-@@ -38,7 +38,7 @@
- $(CC) $(CFLAGS) $(LDFLAGS) -o palo palo.a build.o
-
- palo.a: $(OFILES)
-- ar rv palo.a $?
-+ $(AR) rv palo.a $?
-
- mkbootable: $(OFILES2)
- $(CC) $(CFLAGS) $(LDFLAGS) -o mkbootable $(OFILES2)