mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
$NetBSD: patch-dh,v 1.2 2009/12/10 20:35:58 abs Exp $
|
|
|
|
--- lib/libxview/file_chooser/Imakefile.orig 1993-06-29 05:17:58.000000000 +0000
|
|
+++ lib/libxview/file_chooser/Imakefile
|
|
@@ -27,35 +27,35 @@ HDRSPRIVATE= fchsr_impl.h flist_impl.h x
|
|
path_impl.h hist_impl.h
|
|
|
|
DATA_OBJS = fchsr_data.o\
|
|
- flist_data.o\
|
|
- path_data.o\
|
|
- hist_data.o
|
|
+ flist_data.o\
|
|
+ path_data.o\
|
|
+ hist_data.o
|
|
|
|
TEXT_OBJS =\
|
|
- file_chsr.o\
|
|
+ file_chsr.o\
|
|
fc_layout.o\
|
|
file_list.o\
|
|
path.o\
|
|
xv_path_util.o\
|
|
hist_list.o\
|
|
hist_menu.o\
|
|
- fchsr_data.o\
|
|
- flist_data.o\
|
|
- path_data.o\
|
|
+ fchsr_data.o\
|
|
+ flist_data.o\
|
|
+ path_data.o\
|
|
hist_data.o
|
|
|
|
|
|
SRCS =\
|
|
- file_chsr.c\
|
|
- fc_layout.c\
|
|
- file_list.c\
|
|
- path.c\
|
|
- xv_path_util.c\
|
|
- hist_list.c\
|
|
- hist_menu.c\
|
|
- fchsr_data.c\
|
|
- flist_data.c\
|
|
- path_data.c\
|
|
+ file_chsr.c\
|
|
+ fc_layout.c\
|
|
+ file_list.c\
|
|
+ path.c\
|
|
+ xv_path_util.c\
|
|
+ hist_list.c\
|
|
+ hist_menu.c\
|
|
+ fchsr_data.c\
|
|
+ flist_data.c\
|
|
+ path_data.c\
|
|
hist_data.c
|
|
|
|
LIBTARGET = xview
|