123456789101112131415161718 |
- $OpenBSD: patch-Makefile,v 1.7 2016/02/27 12:43:29 jasper Exp $
- --- Makefile.orig Sat Feb 13 14:27:27 2016
- +++ Makefile Sat Feb 27 13:42:40 2016
- @@ -295,6 +295,13 @@ ifdef ENABLE_NLS
- endif
- endif
-
- +ifeq (openbsd,$(D2U_OS))
- +ifdef ENABLE_NLS
- + CFLAGS_OS = -I${LOCALBASE}/include
- + LDFLAGS_EXTRA = -lintl -L${LOCALBASE}/lib
- +endif
- +endif
- +
- ifeq (darwin,$(D2U_OS))
- ifdef ENABLE_NLS
- CFLAGS_OS = -I/usr/local/include
|