53cc38430a
- be careful not to pick up odbc/popt if they happened to be installed from maintainer stuart henderson
16 lines
674 B
Plaintext
16 lines
674 B
Plaintext
$OpenBSD: patch-utils_Makefile,v 1.2 2006/09/24 21:09:26 jolan Exp $
|
|
--- utils/Makefile.orig Tue Nov 29 18:24:39 2005
|
|
+++ utils/Makefile Sun Sep 24 13:07:40 2006
|
|
@@ -22,8 +22,10 @@ endif
|
|
|
|
TARGET=stereorize streamplayer
|
|
|
|
-ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/popt.h)$(wildcard -f $(CROSS_COMPILE_TARGET)/usr/local/include/popt.h),)
|
|
+ifneq (${OSARCH},OpenBSD)
|
|
+ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/popt.h)$(wildcard -f TURN_OFF$(CROSS_COMPILE_TARGET)/usr/local/include/popt.h),)
|
|
TARGET+=smsq
|
|
+endif
|
|
endif
|
|
|
|
ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/newt.h)$(wildcard -f $(CROSS_COMPILE_TARGET)/usr/local/include/newt.h),)
|