ports/devel/z80ex/files/patch-Makefile
Dmitry Marakasov 2a8a40981c Portable ZiLOG Z80 CPU emulator library.
WWW: http://z80ex.sourceforge.net

PR:		141903
Submitted by:	"Hardy.schumacher" <hardy.schumacher@gmx.de>
2010-02-04 00:40:05 +00:00

19 lines
917 B
Text

--- ./Makefile.orig 2010-02-03 19:56:53.000000000 +0100
+++ ./Makefile 2010-02-03 19:57:20.000000000 +0100
@@ -5,8 +5,7 @@
#################################################################
# You may tune these values to feet your setup:
#################################################################
-INSTALL_PREFIX := /usr/local
-CC := gcc
+INSTALL_PREFIX := ${PREFIX}
ALL_CFLAGS := -fPIC -fno-common -ansi -pedantic -Wall -pipe -O2 -I. -I./include
LINKER := gcc
@@ -93,4 +92,4 @@
tar --exclude z80ex.geany --exclude obsolete --exclude ${PROJ}-${VERSION_STR}${RELEASE_TYPE}/${PROJ}-${VERSION_STR}${RELEASE_TYPE} --exclude ${PROJ}-${VERSION_STR}${RELEASE_TYPE}/${PROJ}-${VERSION_STR}${RELEASE_TYPE}.tar.gz -hcf - ./${PROJ}-${VERSION_STR}${RELEASE_TYPE}/ | gzip -f9 > ${PROJ}-${VERSION_STR}${RELEASE_TYPE}.tar.gz
rm -rf ./${PROJ}-${VERSION_STR}${RELEASE_TYPE}
-#EOF
\ No newline at end of file
+#EOF