aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-12-19 00:46:00 +0800
committermat <mat@FreeBSD.org>2015-12-19 00:46:00 +0800
commitf176c2b2c0629ae3205c7cd87806a92024d48f1f (patch)
treecae9fa40f6da296bf77af75a501884c7ca55d491 /emulators
parent04d8242366c1d7ebbc722d96fea3bf38a1b696eb (diff)
downloadfreebsd-ports-gnome-f176c2b2c0629ae3205c7cd87806a92024d48f1f.tar.gz
freebsd-ports-gnome-f176c2b2c0629ae3205c7cd87806a92024d48f1f.tar.zst
freebsd-ports-gnome-f176c2b2c0629ae3205c7cd87806a92024d48f1f.zip
Fix build as a user.
Sponsored by: Absolight
Diffstat (limited to 'emulators')
-rw-r--r--emulators/pcemu/files/patch-aa5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/pcemu/files/patch-aa b/emulators/pcemu/files/patch-aa
index 83e45b843220..91ccc06dbd69 100644
--- a/emulators/pcemu/files/patch-aa
+++ b/emulators/pcemu/files/patch-aa
@@ -30,7 +30,7 @@
# faults. So far I have only needed to do this when compiling under Linux
***************
*** 86,88 ****
---- 91,118 ----
+--- 91,117 ----
clean:
rm $(PROGNAME) *.o
@@ -45,7 +45,7 @@
+ ${STAGEDIR}/${LOCALPREFIX}/lib/pcemu/font \
+ ${STAGEDIR}/${LOCALPREFIX}/lib/pcemu/C \
+ ${STAGEDIR}/${LOCALPREFIX}/bin
-+ install -c -s -o bin -g bin pcemu ${STAGEDIR}/${LOCALPREFIX}/bin/
++ install -c -s pcemu ${STAGEDIR}/${LOCALPREFIX}/bin/
+ install -c -m 666 bootstrap/display.bin \
+ ${STAGEDIR}/${LOCALPREFIX}/lib/pcemu/DriveA
+ install -c -m 644 BUGS CHANGES README TODO bootstrap/README.FreeBSD \
@@ -55,7 +55,6 @@
+ gzip --best < report.ps > ${STAGEDIR}/${LOCALPREFIX}/lib/pcemu/doc/report.ps.gz
+ rm -f ${STAGEDIR}/${LOCALPREFIX}/lib/pcemu/font/vga.pcf.Z
+ bdftopcf vga.bdf | compress > ${STAGEDIR}/${LOCALPREFIX}/lib/pcemu/font/vga.pcf.Z
-+ mkfontdir ${STAGEDIR}/${LOCALPREFIX}/lib/pcemu/font
+ install -c -m 644 programs/vga50.com programs/config.sys \
+ programs/dumpdisk.exe programs/lredir.exe programs/emufs.sys \
+ ${STAGEDIR}/${LOCALPREFIX}/lib/pcemu/C