diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-21 12:58:45 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-21 12:58:45 +0000 |
commit | f28fff27f7eff1d4d7bbbf02f6da5ddbd559025c (patch) | |
tree | bcea0f78312105786eb944f4620c30dd33a7d07b /emulators/x48 | |
parent | 45685a23828757fc75d607a0e06183ce705afb23 (diff) |
Fix Imakefile breakage under XFree86 4.x
PR: 22160
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=34065
Diffstat (limited to 'emulators/x48')
-rw-r--r-- | emulators/x48/files/patch-ac | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/emulators/x48/files/patch-ac b/emulators/x48/files/patch-ac index e12eec1b8897..156e1db6a27a 100644 --- a/emulators/x48/files/patch-ac +++ b/emulators/x48/files/patch-ac @@ -1,5 +1,5 @@ --- src/Imakefile.orig Thu Jun 17 00:32:19 1999 -+++ src/Imakefile Tue Aug 15 22:07:30 2000 ++++ src/Imakefile Sat Oct 14 13:22:30 2000 @@ -60,7 +60,7 @@ LDOPTIONS = LDOPTIONS_DEF #endif @@ -21,7 +21,7 @@ depend:: version.c X48.ad.h -@@ -102,16 +102,15 @@ +@@ -102,16 +102,20 @@ RemoveTargetProgram($@) @@\ $(CC) -o $@ $(LDOPTIONS) $(OBJS4) locallib $(LDLIBS) syslib $(EXTRA_LOAD_FLAGS) @@\ @@\ @@ -35,10 +35,15 @@ -ComplexProgramTarget_2($(BIN)/dump2rom,,) -ComplexProgramTarget_3($(BIN)/checkrom,,) -ComplexProgramTarget_4($(BIN)/mkcard,,) -+ComplexProgramTarget_1(x48, $(X48LIBS),) -+ComplexProgramTarget_2(dump2rom,,) -+ComplexProgramTarget_3(checkrom,,) -+ComplexProgramTarget_4(mkcard,,) ++NormalProgramTarget(x48, $(OBJS1),, $(X48LIBS),) ++NormalProgramTarget(dump2rom, $(OBJS2),,,) ++NormalProgramTarget(checkrom, $(OBJS3),,,) ++NormalProgramTarget(mkcard, $(OBJS4),,,) ++ ++InstallProgram(x48, $(BINDIR)) ++InstallProgram(dump2rom, $(BINDIR)) ++InstallProgram(checkrom, $(BINDIR)) ++InstallProgram(mkcard, $(BINDIR)) InstallAppDefaults(X48) |