openbsd-ports/net/ekg/patches/patch-lib_Makefile_in

27 lines
526 B
Plaintext
Raw Normal View History

$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@
2006-12-23 16:17:33 -05:00
@@ -90,10 +90,4 @@ install-static: install-common
strip-libgadu-so:
$(STRIP) $(SHARED)
-
-#
-
-ifneq ($(wildcard .depend),)
-include .depend
-endif