summaryrefslogtreecommitdiff
path: root/x11/xfedor
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-09 19:36:05 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-01-09 19:36:05 +0000
commit728976938812a030c7e58419db13f6c81c33e203 (patch)
tree9a1f469740a659ef04186a98e3806db5cb5aae94 /x11/xfedor
parentfix X manpage error with XFree86-4 (diff)
fix X manpage error with XFree86-4
PR: 23441
Notes
Notes: svn path=/head/; revision=37034
Diffstat (limited to 'x11/xfedor')
-rw-r--r--x11/xfedor/files/patch-aa47
1 files changed, 23 insertions, 24 deletions
diff --git a/x11/xfedor/files/patch-aa b/x11/xfedor/files/patch-aa
index e132ba51d3ce..e4af534ad798 100644
--- a/x11/xfedor/files/patch-aa
+++ b/x11/xfedor/files/patch-aa
@@ -1,24 +1,23 @@
-*** Imakefile.orig Thu May 26 20:56:29 1994
---- Imakefile Tue Sep 3 01:15:19 1996
-***************
-*** 1,11 ****
-! XCOMM Specify here your Xpm installation directories
-! XPM_INCLUDEDIR = /project/motif/build/Xpm3.4/source/lib
-! XPM_LIBDIR = /project/motif/build/Xpm3.4/sun/lib
-!
-! EXTRA_INCLUDES = -I$(XPM_INCLUDEDIR)
-
- DEPLIBS = $(DEPXLIB)
-! LOCAL_LIBRARIES = $(XLIB) -L$(XPM_LIBDIR) -lXpm
- SYS_LIBRARIES = -lm
-
- SRCS = couchex.c myrast.c dialogue.c popup.c\
---- 1,8 ----
-! DEFINES = -DDIRSOS=\"${X11BASE}/lib/X11/xfedor\"
-! EXTRA_INCLUDES = -I$(INCROOT)/X11
-
- DEPLIBS = $(DEPXLIB)
-! LOCAL_LIBRARIES = $(XLIB) -lXpm
- SYS_LIBRARIES = -lm
-
- SRCS = couchex.c myrast.c dialogue.c popup.c\
+--- Imakefile.orig Fri May 27 01:56:29 1994
++++ Imakefile Wed Nov 1 09:38:11 2000
+@@ -1,11 +1,8 @@
+-XCOMM Specify here your Xpm installation directories
+- XPM_INCLUDEDIR = /project/motif/build/Xpm3.4/source/lib
+- XPM_LIBDIR = /project/motif/build/Xpm3.4/sun/lib
+-
+- EXTRA_INCLUDES = -I$(XPM_INCLUDEDIR)
++ DEFINES = -DDIRSOS=\"${X11BASE}/lib/X11/xfedor\"
++ EXTRA_INCLUDES = -I$(INCROOT)/X11
+
+ DEPLIBS = $(DEPXLIB)
+-LOCAL_LIBRARIES = $(XLIB) -L$(XPM_LIBDIR) -lXpm
++LOCAL_LIBRARIES = $(XLIB) -lXpm
+ SYS_LIBRARIES = -lm
+
+ SRCS = couchex.c myrast.c dialogue.c popup.c\
+@@ -31,4 +28,4 @@
+ main.o
+
+
+-ComplexProgramTarget(xfedor)
++ComplexProgramTargetNoMan(xfedor)