mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 05:50:56 -04:00
20 lines
476 B
Plaintext
20 lines
476 B
Plaintext
$NetBSD: patch-aa,v 1.1 2004/05/10 23:18:47 minskim Exp $
|
|
|
|
--- Makefile.orig 1997-07-22 12:57:12.000000000 -0500
|
|
+++ Makefile
|
|
@@ -1,12 +1,12 @@
|
|
|
|
-CC = gcc
|
|
+#CC = gcc
|
|
|
|
# Possible platforms are SUN, HPUX, DEC, SGI, AIX, Linux and MSDOS
|
|
# The main definitions are for 32/16 bits and for byte order, the
|
|
# default is big endian. You can do -D__BYTE_ORDER 1234 for little
|
|
# endian
|
|
PLATFORM = -DHPUX
|
|
-CFLAGS = -g -O2
|
|
+#CFLAGS = -g -O2
|
|
|
|
|
|
tnef2txt: config.h tnef.h tnef.c
|