openbsd-ports/net/ekg/patches/patch-lib_Makefile_in
ajacoutot b859af7231 - update to ekg-1.7
from alek@ (MAINTAINER)
2008-10-15 14:59:37 +00:00

24 lines
502 B
Plaintext

$OpenBSD: patch-lib_Makefile_in,v 1.3 2008/10/15 14:59:37 ajacoutot Exp $
--- lib/Makefile.in.orig Tue Apr 18 21:05:11 2006
+++ lib/Makefile.in Mon Oct 13 13:59:13 2008
@@ -11,7 +11,7 @@ VERSION_MAJOR=3
VERSION_MINOR=5
CC = @CC@
-CFLAGS = @CFLAGS_LIBGADU@ -I. -I..
+CFLAGS += @CFLAGS_LIBGADU@ -I. -I..
LIBS = @LIBS_LIBGADU@
MAKE = @MAKE@
@@ -90,10 +90,4 @@ install-static: install-common
strip-libgadu-so:
$(STRIP) $(SHARED)
-
-#
-
-ifneq ($(wildcard .depend),)
-include .depend
-endif