summaryrefslogtreecommitdiff
path: root/graphics/Hermes/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-08-28 17:53:04 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-08-28 17:53:04 +0000
commit95ef3fd69844ab909488d56427187714b72ebb2d (patch)
tree77816bc5c34ad6be04861a80fb166db4fad3616c /graphics/Hermes/files
parentupdate after make release. (diff)
Update to 1.3.2.
PR: 20853 Submitted by: Ports Furry
Diffstat (limited to 'graphics/Hermes/files')
-rw-r--r--graphics/Hermes/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/Hermes/files/patch-aa b/graphics/Hermes/files/patch-aa
new file mode 100644
index 000000000000..5e2dc10eda9e
--- /dev/null
+++ b/graphics/Hermes/files/patch-aa
@@ -0,0 +1,19 @@
+--- src/Makefile.in.orig Fri Jul 21 03:38:08 2000
++++ src/Makefile.in Tue Aug 22 21:50:03 2000
+@@ -406,13 +406,13 @@
+
+
+ .S.lo:
+- gcc -c -o $@ $<
++ $(CC) -c -o $@ $<
+ cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'`
+
+ install-data-local:
+- $(INSTALL) -m 0755 -d $(includedir)/Hermes
++ $(mkinstalldirs) $(DESTDIR)$(includedir)/Hermes
+ for incfile in $(publicheaders); do \
+- $(INSTALL) -m 0644 $$incfile $(includedir)/Hermes; \
++ $(INSTALL_DATA) $$incfile $(includedir)/Hermes; \
+ done
+
+ uninstall-local: