ffddfe3784
- minor tweaks to the port
23 lines
927 B
Plaintext
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@
|