diff options
author | jlam <jlam@pkgsrc.org> | 2000-06-21 08:12:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-06-21 08:12:37 +0000 |
commit | f9b014eeb9c15727767fbc831d0c531ecfb065e1 (patch) | |
tree | 9f0f6fe27fc08327f65d55e39c3195d378d603d4 /games/xracer/patches/patch-ae | |
parent | 6f51cd01e1ebab3d2be4e985d3b44ec8b65c5633 (diff) | |
download | pkgsrc-f9b014eeb9c15727767fbc831d0c531ecfb065e1.tar.gz |
USE_LIBTOOL instead of PKGLIBTOOL.
Remove unneeded dependency on mpeg-lib.
Add dependency on gettext.
Clean up Makefile logic.
Diffstat (limited to 'games/xracer/patches/patch-ae')
-rw-r--r-- | games/xracer/patches/patch-ae | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/games/xracer/patches/patch-ae b/games/xracer/patches/patch-ae deleted file mode 100644 index da058672ec2..00000000000 --- a/games/xracer/patches/patch-ae +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ae,v 1.1.1.1 2000/05/29 06:36:01 rh Exp $ - ---- craft/simple/Makefile.in.orig Sat May 27 05:48:46 2000 -+++ craft/simple/Makefile.in Sat May 27 05:49:11 2000 -@@ -153,8 +153,8 @@ - X_PRE_LIBS = @X_PRE_LIBS@ - libcraftsimple_la_LIBADD = - libcraftsimple_la_OBJECTS = control.lo craft.lo --COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) --LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) -+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS) -+LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS) - LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ - DIST_COMMON = Makefile.am Makefile.in - |