summaryrefslogtreecommitdiff
path: root/games/pp/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 02:04:47 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 02:04:47 +0000
commit1d355b8de129293e7d281b964036a12fce4bfb0e (patch)
tree2861923695919f38e44aa2bd8493e0ec74f3506b /games/pp/files
parentHonor CFLAGS and misc. cleanups. (diff)
Minor cleanups from maintainer.
PR: 11426 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=18360
Diffstat (limited to 'games/pp/files')
-rw-r--r--games/pp/files/patch-aa21
1 files changed, 19 insertions, 2 deletions
diff --git a/games/pp/files/patch-aa b/games/pp/files/patch-aa
index c1cb4e9e7b2d..a1e9c22d0eb1 100644
--- a/games/pp/files/patch-aa
+++ b/games/pp/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Sat Apr 5 11:08:26 1997
-+++ Makefile Sun Sep 27 15:25:36 1998
+--- Makefile Sat Apr 5 21:08:26 1997
++++ /home/andy/tmp/wrk/Makefile Sat May 1 14:30:37 1999
@@ -1,10 +1,13 @@
####### This section was automatically generated from
@@ -16,3 +16,20 @@
CC = gcc
MOC = moc
SHELL = /bin/sh
+@@ -30,14 +33,14 @@
+ .SUFFIXES: .cpp
+
+ .cpp.o:
+- $(CC) -c $(CFLAGS) -I$(INCDIR) $<
++ $(CXX) -c $(CFLAGS) -I$(INCDIR) $<
+
+ ####### Build rules
+
+ all: $(TARGET)
+
+ $(TARGET): $(OBJECTS) $(OBJMETA)
+- $(CC) $(OBJECTS) $(OBJMETA) -o $(TARGET) $(LFLAGS) -lm
++ $(CXX) $(OBJECTS) $(OBJMETA) -o $(TARGET) $(LFLAGS) -lm
+
+ depend:
+ @makedepend -I$(INCDIR) $(SOURCES) 2> /dev/null