mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
aa07428815
PR: 5998 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
14 lines
248 B
Plaintext
14 lines
248 B
Plaintext
--- Makefile.orig Mon Apr 27 00:32:58 1998
|
|
+++ Makefile Mon Apr 27 00:33:22 1998
|
|
@@ -1,8 +1,8 @@
|
|
DESTDIR = /
|
|
# This is so dpkg-buildpackage can build in the correct dir
|
|
|
|
-CC=gcc
|
|
-CFLAGS=-O2 -Wall
|
|
+#CC=gcc
|
|
+#CFLAGS=-O2 -Wall
|
|
|
|
OBJS= xchain.o
|
|
|