c9c8f97e88
- Depend on the latest version of xview-config - Mark as LICENSE sun-openlook-license - Bump pkgrevision
60 lines
1.3 KiB
Text
60 lines
1.3 KiB
Text
$NetBSD: patch-bl,v 1.2 2009/12/10 20:35:57 abs Exp $
|
|
|
|
--- lib/libxview/misc/Imakefile.orig 1993-06-29 05:16:36.000000000 +0000
|
|
+++ lib/libxview/misc/Imakefile
|
|
@@ -29,8 +29,8 @@ CFILES.misc.4 = convdup.c \
|
|
xv_i18n.c \
|
|
xv_path.c
|
|
|
|
-OFILES.misc.3 = ${CFILES.misc.3:%.c=%.o}
|
|
-OFILES.misc.4 = ${CFILES.misc.4:%.c=%.o}
|
|
+OFILES.misc.3 = ${CFILES.misc.3:.c=.o}
|
|
+OFILES.misc.4 = ${CFILES.misc.4:.c=.o}
|
|
|
|
HFILES.misc.3 =
|
|
HFILES.misc.4 =
|
|
@@ -43,7 +43,7 @@ GETTEXT.H =
|
|
GETTEXT.C =
|
|
#endif
|
|
|
|
-GETTEXT.O = ${GETTEXT.C:%.c=%.o}
|
|
+GETTEXT.O = ${GETTEXT.C:.c=.o}
|
|
|
|
HDRSPUBLIC= cms_grays.h cms_mono.h cmsrainbow.h cms_rgb.h sun.h \
|
|
window_hs.h expandname.h xv_c_types.h attrol.h db.h \
|
|
@@ -57,7 +57,7 @@ TEXT_OBJS =\
|
|
demorandom.o\
|
|
getlogindr.o\
|
|
expandname.o\
|
|
- expandpath.o\
|
|
+ expandpath.o\
|
|
bitmask.o\
|
|
hashfn.o\
|
|
db_conv.o\
|
|
@@ -76,7 +76,7 @@ SRCS =\
|
|
demorandom.c\
|
|
getlogindr.c\
|
|
expandname.c\
|
|
- expandpath.c\
|
|
+ expandpath.c\
|
|
bitmask.c\
|
|
hashfn.c\
|
|
db_conv.c\
|
|
@@ -95,7 +95,7 @@ TEXT_OBJS =\
|
|
demorandom.o\
|
|
getlogindr.o\
|
|
expandname.o\
|
|
- expandpath.o\
|
|
+ expandpath.o\
|
|
bitmask.o\
|
|
hashfn.o\
|
|
db_conv.o\
|
|
@@ -115,7 +115,7 @@ SRCS =\
|
|
demorandom.c\
|
|
getlogindr.c\
|
|
expandname.c\
|
|
- expandpath.c\
|
|
+ expandpath.c\
|
|
bitmask.c\
|
|
hashfn.c\
|
|
db_conv.c\
|