summaryrefslogtreecommitdiff
path: root/graphics/glide3/files/patch-h3-src-makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-01-18 15:51:41 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-01-18 15:51:41 +0000
commit3f8734a1b8f4f949e9a6f0f94670baa0a0d45723 (patch)
tree1ae808959105014c9bcf0d6cffcf950e06c829a7 /graphics/glide3/files/patch-h3-src-makefile
parent- Start p4web from rc.d script [1] (diff)
Unbreak the build with latest GCC.
Diffstat (limited to 'graphics/glide3/files/patch-h3-src-makefile')
-rw-r--r--graphics/glide3/files/patch-h3-src-makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/glide3/files/patch-h3-src-makefile b/graphics/glide3/files/patch-h3-src-makefile
index ddfb8ef632ba..64ea6835edc0 100644
--- a/graphics/glide3/files/patch-h3-src-makefile
+++ b/graphics/glide3/files/patch-h3-src-makefile
@@ -16,7 +16,7 @@
-PREPROCESSOR=/lib/cpp -$$ -I.
-xdraw2.o : xdraw2.S xdraw2.inc.S fxgasm.h
- $(CC) $(AFLAGS) -c -o $@ xdraw2.S
-+PREPROCESSOR=/usr/libexec/cpp0 -$$ -I.
++PREPROCESSOR=$(CPP) -$$ -I.
+xdraw2.lo : xdraw2.S xdraw2.inc.S fxgasm.h
+ libtool --mode=compile $(CC) $(AFLAGS) -c -o $@ xdraw2.S