diff options
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: + |