View | Details | Raw Unified | Return to bug 23430
Collapse All | Expand All

(-)games/xeyesplus/Makefile (-1 lines)
Lines 16-22 Link Here
16
16
17
USE_IMAKE=	yes
17
USE_IMAKE=	yes
18
USE_XPM=	yes
18
USE_XPM=	yes
19
NO_INSTALL_MANPAGES=	yes
20
19
21
post-install:
20
post-install:
22
	@${CHMOD} 755 ${PREFIX}/bin/xeyes+
21
	@${CHMOD} 755 ${PREFIX}/bin/xeyes+
(-)games/xeyesplus/files/patch-aa (-19 / +14 lines)
Lines 1-19 Link Here
1
*** Imakefile.orig	Thu May  5 16:58:34 1994
1
--- Imakefile.orig	Thu May  5 16:58:34 1994
2
--- Imakefile	Thu Jan 15 00:00:00 2000
2
+++ Imakefile	Wed Nov  1 09:33:26 2000
3
***************
3
@@ -4,6 +4,8 @@
4
*** 4,9 ****
4
 # gcc
5
  # gcc
5
 #CC = gcc
6
  #CC = gcc
6
 # CFLAGS = -O2 -Wall -DXPM -DUSLEEP
7
  # CFLAGS = -O2 -Wall -DXPM -DUSLEEP
7
-CFLAGS =-DXPM -I/usr/local/X11R5/include/ 
8
! CFLAGS =-DXPM -I/usr/local/X11R5/include/ 
8
-CDEBUGFLAGS = 
9
! CDEBUGFLAGS = 
9
-ComplexProgramTarget(xeyes+)
10
  ComplexProgramTarget(xeyes+)
10
+XCOMM CFLAGS =-DXPM -I/usr/local/X11R5/include/
11
--- 4,11 ----
11
+XCOMM CDEBUGFLAGS = 
12
  # gcc
12
+DEFINES = -DXPM
13
  #CC = gcc
13
+INCLUDES = -I$(INCDIR)/X11
14
  # CFLAGS = -O2 -Wall -DXPM -DUSLEEP
14
+ComplexProgramTargetNoMan(xeyes+)
15
! XCOMM CFLAGS =-DXPM -I/usr/local/X11R5/include/
16
! XCOMM CDEBUGFLAGS = 
17
! DEFINES = -DXPM
18
! INCLUDES = -I$(INCDIR)/X11
19
  ComplexProgramTarget(xeyes+)

Return to bug 23430