summaryrefslogtreecommitdiffstats
path: root/emulators/x48/files
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2000-10-21 12:58:45 +0000
committerkevlo <kevlo@FreeBSD.org>2000-10-21 12:58:45 +0000
commit2372c947b89b255aa5f410141f7275c7fd486377 (patch)
treecc5fc9876ef3fdf4b5c0d1eb72e7ca7316b0aad2 /emulators/x48/files
parent69d88ffdb26661b3f95ed04feced9fbcd2199bb7 (diff)
downloadFreeBSD-ports-2372c947b89b255aa5f410141f7275c7fd486377.zip
FreeBSD-ports-2372c947b89b255aa5f410141f7275c7fd486377.tar.gz
Fix Imakefile breakage under XFree86 4.x
PR: 22160 Submitted by: Ports Fury
Diffstat (limited to 'emulators/x48/files')
-rw-r--r--emulators/x48/files/patch-ac17
1 files changed, 11 insertions, 6 deletions
diff --git a/emulators/x48/files/patch-ac b/emulators/x48/files/patch-ac
index e12eec1..156e1db 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)
OpenPOWER on IntegriCloud