head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2009.12.21.14.51.53; author rse; state Exp; branches; next 1.1; commitid ysOtI8xmBRmCFfgu; 1.1 date 2009.05.22.12.21.04; author rse; state Exp; branches; next ; commitid ABI1SM1vfZSmGROt; desc @@ 1.2 log @initial cut for TeX Live 2009 packaging @ text @Index: configure --- configure.orig 2009-10-10 14:05:04 +0200 +++ configure 2009-11-14 09:20:34 +0100 @@@@ -23405,11 +23405,6 @@@@ $as_echo "$as_me: error: some requested system libraries failed" >&2;} { (exit 1); exit 1; }; } fi -if test "x$syslib_used:$enable_native_texlive_build" = xyes:yes; then - { { $as_echo "$as_me:$LINENO: error: you can not use system libraries for a native TeX Live build" >&5 -$as_echo "$as_me: error: you can not use system libraries for a native TeX Live build" >&2;} - { (exit 1); exit 1; }; } -fi CPPFLAGS=$kpse_save_CPPFLAGS LIBS=$kpse_save_LIBS Index: libs/icu/icu-xetex/icudefs.mk.in --- libs/icu/icu-xetex/icudefs.mk.in.orig 2008-03-04 14:26:36 +0100 +++ libs/icu/icu-xetex/icudefs.mk.in 2009-12-21 13:17:35 +0100 @@@@ -134,7 +134,7 @@@@ ifeq ($(ENABLE_RPATH),YES) RPATHLDFLAGS = $(LD_RPATH)$(LD_RPATH_PRE)$(libdir) endif -LDFLAGS = @@LDFLAGS@@ $(RPATHLDFLAGS) +LDFLAGS = # What kind of libraries are we building and linking against? ENABLE_STATIC = @@ENABLE_STATIC@@ @ 1.1 log @new package: texlive 2008 (The TeX Typesetting System) @ text @d1 18 a18 3 Index: libs/icu-xetex/icudefs.mk.in --- libs/icu-xetex/icudefs.mk.in.orig 2008-03-04 14:26:36 +0100 +++ libs/icu-xetex/icudefs.mk.in 2009-05-21 13:44:28 +0200 d24 1 a24 1 +LDFLAGS = -L$(LIBDIR) $(RPATHLDFLAGS) @