$OpenBSD: patch-makefile,v 1.2 2001/01/19 09:02:08 form Exp $
--- Makefile.orig	Fri Jun  9 17:18:38 2000
+++ Makefile	Thu Jan 18 04:21:09 2001
@@ -5,9 +5,16 @@
 # 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 
+#CC = gcc
+CFLAGS += -O4 -Wall -DUNIX
+
+.if defined(MICQ_LANG)
+CFLAGS += -D${MICQ_LANG}_LANG
+.else
 CFLAGS += -DENGLISH_LANG
+.endif
+
+#CFLAGS += -DENGLISH_LANG
 #CFLAGS += -DBULGARIAN_LANG
 #CFLAGS += -DPOLISH_LANG
 #CFLAGS += -DSPANISH_LANG
