summaryrefslogtreecommitdiff
path: root/games/xdeblock/files/patch-Imakefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 19:39:50 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 19:39:50 +0000
commitd9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch)
treea08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/xdeblock/files/patch-Imakefile
parent- Update to 1.9, announce message: (diff)
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363239
Diffstat (limited to 'games/xdeblock/files/patch-Imakefile')
-rw-r--r--games/xdeblock/files/patch-Imakefile57
1 files changed, 57 insertions, 0 deletions
diff --git a/games/xdeblock/files/patch-Imakefile b/games/xdeblock/files/patch-Imakefile
new file mode 100644
index 000000000000..6abcf9a3c071
--- /dev/null
+++ b/games/xdeblock/files/patch-Imakefile
@@ -0,0 +1,57 @@
+*** Imakefile.orig 1996-11-16 13:06:36.000000000 +0900
+--- Imakefile 2011-04-15 01:51:45.000000000 +0900
+***************
+*** 10,16 ****
+ XCOMM Set xdeblock working directory.
+ XCOMM =====================================================================
+
+! XDEBLO_DIR = .
+
+ XCOMM =====================================================================
+ XCOMM Set xpm.
+--- 10,16 ----
+ XCOMM Set xdeblock working directory.
+ XCOMM =====================================================================
+
+! XDEBLO_DIR = $(LIBDIR)/xdeblock
+
+ XCOMM =====================================================================
+ XCOMM Set xpm.
+***************
+*** 20,27 ****
+ XCOMM abc% find /usr -name xpm.h -print
+ XCOMM =====================================================================
+
+! XPM_INC = -I/usr/include/X11
+! XPMLIB_DIR = -L/usr/lib
+
+ XCOMM =====================================================================
+
+--- 20,27 ----
+ XCOMM abc% find /usr -name xpm.h -print
+ XCOMM =====================================================================
+
+! XPM_INC = -I$(INCDIR)/X11
+! XPMLIB_DIR = -L$(USRLIBDIR)
+
+ XCOMM =====================================================================
+
+***************
+*** 46,53 ****
+
+ PROGRAMS = xdeblo
+
+! CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES)\
+! $(XPM_INC) $(DEBUG_D) $(ALLINCLUDES)
+
+ all:: $(PROGRAMS)
+
+--- 46,53 ----
+
+ PROGRAMS = xdeblo
+
+! CFLAGS += $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES)\
+! $(XPM_INC) $(DEBUG_D) $(ALLINCLUDES)
+
+ all:: $(PROGRAMS)
+