summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-10-10 10:33:15 +0200
committerJeroen Roovers <jer@gentoo.org>2016-10-10 10:33:15 +0200
commitcd343d2a2daaa4690372f971a3b6e0773dc69110 (patch)
tree1c594bec7698fd8bcaaa076be52c955df5969c21 /sys-boot/palo/files
parentdev-python/python-xlib: version bump to 0.17. (diff)
downloadgentoo-cd343d2a2daaa4690372f971a3b6e0773dc69110.tar.gz
gentoo-cd343d2a2daaa4690372f971a3b6e0773dc69110.tar.bz2
gentoo-cd343d2a2daaa4690372f971a3b6e0773dc69110.zip
sys-boot/palo: Version bump.
Package-Manager: portage-2.3.1
Diffstat (limited to 'sys-boot/palo/files')
-rw-r--r--sys-boot/palo/files/palo-1.96-toolchain.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-boot/palo/files/palo-1.96-toolchain.patch b/sys-boot/palo/files/palo-1.96-toolchain.patch
new file mode 100644
index 000000000000..e0ea92643509
--- /dev/null
+++ b/sys-boot/palo/files/palo-1.96-toolchain.patch
@@ -0,0 +1,11 @@
+--- a/palo/Makefile
++++ b/palo/Makefile
+@@ -34,7 +33,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)