openbsd-ports/devel/physfs/patches/patch-test_Makefile_in
2009-04-14 15:17:57 +00:00

16 lines
696 B
Plaintext

$OpenBSD: patch-test_Makefile_in,v 1.2 2009/04/14 15:17:57 jolan Exp $
The quotes are wrong and our new libtool chokes on it.
--- test/Makefile.in.orig Mon Mar 23 01:43:33 2009
+++ test/Makefile.in Mon Apr 13 19:46:20 2009
@@ -205,7 +205,7 @@ target_os = @target_os@
target_vendor = @target_vendor@
we_have_sed = @we_have_sed@
@BUILD_TEST_PHYSFS_TRUE@INCLUDES = -I$(top_srcdir)
-@BUILD_READLINE_TRUE@@BUILD_TEST_PHYSFS_TRUE@test_physfs_LDFLAGS = "-lreadline -lcurses"
+@BUILD_READLINE_TRUE@@BUILD_TEST_PHYSFS_TRUE@test_physfs_LDFLAGS = -lreadline -lcurses
@BUILD_TEST_PHYSFS_TRUE@test_physfs_LDADD = ../libphysfs.la
@BUILD_TEST_PHYSFS_TRUE@test_physfs_SOURCES = test_physfs.c
all: all-am