freebsd-ports/russian/mueller-dic/files/patch-Makefile
Kirill Ponomarev 4a67954051 Add mueller-dic 1.2,
This is the GPL'd 7th edition of the very well known
English-Russian dictionary by V.K.Mueller. It is arranged as
single text file with cyrillic letters KOI8-R encoded.
Transcription symbols correspond to the IPA (International
Phonetic Alphabet) standard. There is also a simple dictionary
search utility is included in this port.

PR:		61455
Submitted by:	Igor Pokrovsky <tiamat@comset.net>
2004-01-17 08:53:03 +00:00

20 lines
429 B
Text

--- Makefile.orig Fri Jan 16 11:22:34 2004
+++ Makefile Fri Jan 16 11:27:47 2004
@@ -13,7 +13,7 @@
SOURCE_SUFFIX = c
# C compiler
-CC = gcc
+CC ?= gcc
# source files directory
srcdir = .
@@ -28,7 +28,7 @@
LNK_LIBS = -lm
# other compilation options (no value if unsure)
-COMPILE_OPTS =
+COMPILE_OPTS = ${CFLAGS}
# basic compiler warning options (for GOAL_EXE)
BWARN_OPTS = -Wall -Wno-uninitialized -ansi -pedantic