openbsd-ports/net/ekg/patches/patch-lib_Makefile_in
2006-12-23 21:17:33 +00:00

24 lines
510 B
Plaintext

$OpenBSD: patch-lib_Makefile_in,v 1.2 2006/12/23 21:17:33 sturm Exp $
--- lib/Makefile.in.orig Sat Jun 25 00:41:07 2005
+++ lib/Makefile.in Sat Dec 23 14:10:33 2006
@@ -11,7 +11,7 @@ VERSION_MAJOR=3
VERSION_MINOR=3
CC = @CC@
-CFLAGS = @CFLAGS_LIBGADU@ -I. -I.. -Wall
+CFLAGS += @CFLAGS_LIBGADU@ -I. -I.. -Wall
LIBS = @LIBS_LIBGADU@
MAKE = @MAKE@
@@ -90,10 +90,4 @@ install-static: install-common
strip-libgadu-so:
$(STRIP) $(SHARED)
-
-#
-
-ifneq ($(wildcard .depend),)
-include .depend
-endif