2011-04-06 05:35:03 -04:00
|
|
|
$OpenBSD: patch-lib_Makefile_in,v 1.4 2011/04/06 09:35:03 jasper Exp $
|
|
|
|
|
|
|
|
- build without gnu make
|
|
|
|
|
2008-10-15 10:59:37 -04:00
|
|
|
--- lib/Makefile.in.orig Tue Apr 18 21:05:11 2006
|
|
|
|
+++ lib/Makefile.in Mon Oct 13 13:59:13 2008
|
2006-06-28 14:21:44 -04:00
|
|
|
@@ -11,7 +11,7 @@ VERSION_MAJOR=3
|
2008-10-15 10:59:37 -04:00
|
|
|
VERSION_MINOR=5
|
2006-06-28 14:21:44 -04:00
|
|
|
|
|
|
|
CC = @CC@
|
2008-10-15 10:59:37 -04:00
|
|
|
-CFLAGS = @CFLAGS_LIBGADU@ -I. -I..
|
|
|
|
+CFLAGS += @CFLAGS_LIBGADU@ -I. -I..
|
2006-06-28 14:21:44 -04:00
|
|
|
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
|
|
|
|
|