]> git.pld-linux.org Git - packages/physfs.git/blame - physfs-link.patch
- up to 0.1.9, updated License
[packages/physfs.git] / physfs-link.patch
CommitLineData
7c1622a0
JB
1--- physfs-0.1.9/test/Makefile.am.orig 2002-06-28 05:48:33.000000000 +0200
2+++ physfs-0.1.9/test/Makefile.am 2003-10-17 22:36:24.845016512 +0200
3@@ -4,7 +4,7 @@
4
5 INCLUDES = -I$(top_srcdir)
6
7-test_physfs_LDADD = ../libphysfs.la
8+test_physfs_LDADD = ../libphysfs.la $(LIBREADLINE)
9 test_physfs_SOURCES = test_physfs.c
10
11 endif
12--- physfs-0.1.9/configure.in.orig 2003-09-13 04:25:09.000000000 +0200
13+++ physfs-0.1.9/configure.in 2003-10-17 22:36:05.753918800 +0200
14@@ -219,7 +219,8 @@
15 if test x$have_readline_hdr = xyes -a x$have_readline_lib = xyes; then
16 if test x$have_history_hdr = xyes -a x$have_history_lib = xyes; then
17 AC_DEFINE([PHYSFS_HAVE_READLINE], 1, [define if we have readline])
18- LIBS="$LIBS -lreadline -lcurses"
19+ LIBREADLINE="-lreadline -lcurses"
20+ AC_SUBST(LIBREADLINE)
21 fi
22 fi
23 fi
This page took 0.062772 seconds and 4 git commands to generate.