openbsd-ports/net/ekg/patches/patch-lib_Makefile_in
jasper 957ce66fef - use the external libgadu library, instead of the bundled one.
from pld linux, via mikolaj kucharski
maintainer timed-out
2011-04-06 09:35:03 +00:00

27 lines
526 B
Plaintext

$OpenBSD: patch-lib_Makefile_in,v 1.4 2011/04/06 09:35:03 jasper Exp $
- build without gnu make
--- 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