openbsd-ports/x11/openmotif/patches/patch-lib_Xm_Makefile_in
jasper ffddfe3784 - update openmotif to 2.3.2
- minor tweaks to the port
2009-12-14 18:03:36 +00:00

23 lines
927 B
Plaintext

$OpenBSD: patch-lib_Xm_Makefile_in,v 1.2 2009/12/14 18:03:36 jasper Exp $
--- lib/Xm/Makefile.in.orig Thu Dec 10 00:24:07 2009
+++ lib/Xm/Makefile.in Thu Dec 10 00:25:01 2009
@@ -155,7 +155,8 @@ am_libXm_la_OBJECTS = $(am__objects_1) $(am__objects_2
$(am__objects_6) $(am__objects_7) $(am__objects_8) \
$(am__objects_9) $(am__objects_10) $(am__objects_11)
libXm_la_OBJECTS = $(am_libXm_la_OBJECTS)
-DEFAULT_INCLUDES = -I. -I$(top_builddir)/include@am__isrc@
+DEFAULT_INCLUDES = -I. -I$(top_builddir)/include@am__isrc@ \
+ -I${PREFIX}/include
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
@@ -243,7 +244,7 @@ LEXLIB = @LEXLIB@
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
LIBDIR = @LIBDIR@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -L${LOCALBASE}/lib -liconv
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@