mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
55ca6c6772
it to '.' Submitted by: steve
23 lines
991 B
Plaintext
23 lines
991 B
Plaintext
--- Makefile.in.orig Sat Jul 3 21:33:57 1999
|
|
+++ Makefile.in Fri Sep 17 17:59:58 1999
|
|
@@ -108,8 +108,8 @@
|
|
lpe_LDADD = @INTLLIBS@ @INTLOBJS@ @DL_LIB@ @SLANG_LIB@
|
|
lpe_LDFLAGS = @lpe_LDFLAGS@
|
|
lpe_DEPENDENCIES = @lpe_DEPS@ @INTLDEPS@
|
|
-@USE_INCLUDED_LIBINTL_TRUE@CPPFLAGS = -DLOCALEDIR=\"$(datadir)/@DATADIRNAME@\" -I$(top_srcdir)/intl
|
|
-@USE_INCLUDED_LIBINTL_FALSE@CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\"
|
|
+@USE_INCLUDED_LIBINTL_TRUE@CPPFLAGS = -DLOCALEDIR=\"$(datadir)/@DATADIRNAME@\" -I$(top_srcdir)/intl -I@includedir@
|
|
+@USE_INCLUDED_LIBINTL_FALSE@CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" -I@includedir@
|
|
|
|
liblpedir = $(libdir)/lpe
|
|
|
|
@@ -650,7 +650,7 @@
|
|
install-data-hook:
|
|
list="@MODES@" ; \
|
|
for mode in $$list; do \
|
|
- ( cd $(DESTDIR)$(liblpedir) ; source $$mode ; \
|
|
+ ( . $(srcdir)/$$mode ; cd $(DESTDIR)$(liblpedir) ; \
|
|
newname="`echo $$mode | sed -e 's/lib\(.*\)\.la/\1.so/'`" ; \
|
|
test -f $$newname && rm -f $$newname ; \
|
|
ln -s $$dlname $$newname ) ; \
|