diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 02:24:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 02:24:30 +0000 |
commit | a08d0fc53fa06d278c80df68a9a40b88e357591b (patch) | |
tree | 85772236e476a67404beaab94dc888d9a81e4bcc /x11/qrash/files/patch-ae | |
parent | Adding p5-Apache-DBI version 0.87. (diff) |
Adding qrash version 1.0
An animated musical demo for X11.
PR: 14554
Submitted by: Trevor Johnson <trevor@jpj.net>
Diffstat (limited to 'x11/qrash/files/patch-ae')
-rw-r--r-- | x11/qrash/files/patch-ae | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/qrash/files/patch-ae b/x11/qrash/files/patch-ae new file mode 100644 index 000000000000..93021724ff69 --- /dev/null +++ b/x11/qrash/files/patch-ae @@ -0,0 +1,23 @@ +--- Makefile.in.orig Wed Sep 24 09:49:16 1997 ++++ Makefile.in Sun Oct 24 06:59:51 1999 +@@ -1,5 +1,5 @@ + # Maximum optimization +-CXXFLAGS += -O6 -ffast-math -funroll-loops -w ++CXXFLAGS += -O6 -ffast-math -funroll-loops -w -I /usr/X11R6/include/ + + # Debugging options + #CXXFLAGS += -g +@@ -49,6 +49,13 @@ + + parts.o: + $(CC) -c parts.cc ++ ++install: ++ strip -s qrash ++ mkdir $(X11BASE)/share/qrash/ ++ install -c -m 755 -o root -g wheel qrash $(X11BASE)/bin/ ++ install -c -m 644 -o root -g wheel qrash.dat $(X11BASE)/share/qrash/ ++ install -c -m 644 -o root -g wheel README $(X11BASE)/share/qrash/ + + DUMMY: + |