6e5d02b09c
Feedback by various people. PgUp/PgDown now work better, various minor improvements. The port now builds correctly even with an installed older version.
17 lines
601 B
Plaintext
17 lines
601 B
Plaintext
$OpenBSD: patch-dvd_cli_Makefile_in,v 1.1 2003/11/13 18:46:47 espie Exp $
|
|
--- dvd_cli/Makefile.in.orig 2003-11-04 12:33:53.000000000 +0100
|
|
+++ dvd_cli/Makefile.in 2003-11-10 14:33:09.000000000 +0100
|
|
@@ -149,9 +149,9 @@ ogle_cli_SOURCES = main.c \
|
|
interpret_config.c interpret_config.h
|
|
|
|
|
|
-ogle_cli_LDADD = @X_PRE_LIBS@ @X_LIBS@ -lX11 @X_EXTRA_LIBS@ \
|
|
- @XML_LIBS@ \
|
|
- $(top_builddir)/ogle/libdvdcontrol.la
|
|
+ogle_cli_LDADD = $(top_builddir)/ogle/libdvdcontrol.la \
|
|
+ @X_PRE_LIBS@ @X_LIBS@ -lX11 @X_EXTRA_LIBS@ \
|
|
+ @XML_LIBS@
|
|
|
|
subdir = dvd_cli
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|