freebsd-ports/x11/XFree86-4-libraries/files/patch-texteroids
Eric Anholt 372f7910fb Update XFree86-4-* ports which share XFree86-4-libraries's patches:
- Reduce build times by not rebuilding some programs/libraries in each port.
- Move some files from -clients to -libraries and from -libraries to -server.
- Make package-building in XFree86-4 more intuitive

PR:	41606 (package building)
2002-09-18 04:23:00 +00:00

23 lines
636 B
Text

--- programs/texteroids/Imakefile.orig Mon Sep 2 13:23:43 2002
+++ programs/texteroids/Imakefile Mon Sep 2 13:27:13 2002
@@ -3,7 +3,6 @@
DEPLIBS = $(DEPDPSLIB) $(DEPXTOOLLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XTOOLLIB) $(DPSLIB) $(XLIB)
SYS_LIBRARIES = MathLibrary
- PSWRAP = PsWrap
SRCS = twraps.psw texteroids.c
@@ -13,10 +12,10 @@
.SUFFIXES: .psw .h
-.psw.c : ProgramTargetName($(PSWRAP))
+.psw.c : PsWrapDependency
RunProgram(PSWRAP,-a -o $*.c -h $*.h $<)
-.psw.h : ProgramTargetName($(PSWRAP))
+.psw.h : PsWrapDependency
RunProgram(PSWRAP,-a -h $*.h $< > /dev/null)
depend:: $(DERIVED_FILES)