diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
commit | d9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch) | |
tree | a08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/xoids/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/xoids/files/patch-Imakefile')
-rw-r--r-- | games/xoids/files/patch-Imakefile | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/games/xoids/files/patch-Imakefile b/games/xoids/files/patch-Imakefile new file mode 100644 index 000000000000..a8aeac5f586e --- /dev/null +++ b/games/xoids/files/patch-Imakefile @@ -0,0 +1,46 @@ +--- Imakefile.orig Tue Jun 25 15:42:14 1996 ++++ Imakefile Sat Oct 14 00:59:00 2000 +@@ -6,11 +6,12 @@ + XPM_INC_FLAGS = -I/usr/local/xpm/include + XPM_LIB_FLAGS = -L/usr/local/xpm/lib -lXpm + ++MANSUFFIX = 6 ++ + XCOMM You shouldn't have to change anything below unless you need to + XCOMM add a new architecture. + #define MyNull + +-CDEBUGFLAGS = -O + OS_C_FLAGS = + OS_LIB_FLAGS = + OS_DEFINES = +@@ -19,25 +20,23 @@ + #if defined(SunArchitecture) + #endif + +-#if defined(AlphaArchitecture) ++#if defined(AlphaArchitecture) && !defined(FreeBSDArchitecture) + OS_LIB_FLAGS = -lbsd + #endif + + #if defined(FreeBSDArchitecture) ++XPM_INC_FLAGS = -I$(INCROOT)/X11 ++XPM_LIB_FLAGS = -lXpm + #endif + + SRCS = init.c oids.c oids_x.c + OBJS = init.o oids.o oids_x.o + + INCLUDES = $(XPM_INC_FLAGS) +-CCOPTIONS = $(OS_C_FLAGS) + DEFINES = $(OS_DEFINES) + EXTRA_LIBRARIES = $(XPM_LIB_FLAGS) -lX11 -lm $(OS_LIB_FLAGS) + +-AllTarget(xoids) +-NormalProgramTarget(xoids, $(OBJS), MyNull, MyNull, MyNull) +-InstallProgram(xoids,$(BINDIR)) +-DependTarget() ++ComplexProgramTarget(xoids) + + XCOMM End of Imakefile + |