]> git.pld-linux.org Git - packages/physfs.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 5 Feb 2004 19:44:01 +0000 (19:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    physfs-link.patch -> 1.2

physfs-link.patch [deleted file]

diff --git a/physfs-link.patch b/physfs-link.patch
deleted file mode 100644 (file)
index 16a8459..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---- physfs-0.1.9/test/Makefile.am.orig 2002-06-28 05:48:33.000000000 +0200
-+++ physfs-0.1.9/test/Makefile.am      2003-10-17 22:36:24.845016512 +0200
-@@ -4,7 +4,7 @@
- INCLUDES = -I$(top_srcdir)
--test_physfs_LDADD = ../libphysfs.la
-+test_physfs_LDADD = ../libphysfs.la $(LIBREADLINE)
- test_physfs_SOURCES = test_physfs.c
- endif
---- physfs-0.1.9/configure.in.orig     2003-09-13 04:25:09.000000000 +0200
-+++ physfs-0.1.9/configure.in  2003-10-17 22:36:05.753918800 +0200
-@@ -219,7 +219,8 @@
-   if test x$have_readline_hdr = xyes -a x$have_readline_lib = xyes; then
-     if test x$have_history_hdr = xyes -a x$have_history_lib = xyes; then
-       AC_DEFINE([PHYSFS_HAVE_READLINE], 1, [define if we have readline])
--      LIBS="$LIBS -lreadline -lcurses"
-+      LIBREADLINE="-lreadline -lcurses"
-+      AC_SUBST(LIBREADLINE)
-     fi
-   fi
- fi
This page took 0.735416 seconds and 4 git commands to generate.