mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
1a63ceebf5
PR: 19658 Submitted by: maintainer
13 lines
362 B
Plaintext
13 lines
362 B
Plaintext
--- Makefile.orig Mon Jul 3 02:10:31 2000
|
|
+++ Makefile Mon Jul 3 02:12:24 2000
|
|
@@ -5,8 +5,7 @@
|
|
# Most options that were here and soem that weren't have been moved to config.h
|
|
# edit that file to set up options.
|
|
#
|
|
-CC = gcc
|
|
-CFLAGS = -O4 -Wall -DUNIX
|
|
+CFLAGS += -Wall -DUNIX
|
|
CFLAGS += -DENGLISH_LANG
|
|
#CFLAGS += -DBULGARIAN_LANG
|
|
#CFLAGS += -DPOLISH_LANG
|