diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-06 13:50:42 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-06 13:50:42 +0000 |
commit | 9af66f1cb7c5f982b7a43099be0c9e8881d46596 (patch) | |
tree | 18d5f78e51e74f165ab4df92f4371ba2c711cc59 /emulators/vMac/files | |
parent | 8f84e7e59a63a1819cceec82df1f91d42dcb3092 (diff) |
- Respect X11BASE
- Respect PORTDOCS
PR: ports/106073
Submitted by: rafan
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=179028
Diffstat (limited to 'emulators/vMac/files')
-rw-r--r-- | emulators/vMac/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vMac/files/patch-aa b/emulators/vMac/files/patch-aa index 7f6ebfbf83b4..e70f71adeb93 100644 --- a/emulators/vMac/files/patch-aa +++ b/emulators/vMac/files/patch-aa @@ -44,7 +44,7 @@ diff -ruN ../vMac-0.1.9.3.old/Makefile.in ./Makefile.in .SUFFIXES: .o .c .h .m .i .S -INCLUDES=-I@top_srcdir@/Hardware/ -I@top_srcdir@/Includes -I$(X_CFLAGS) -I/usr/local/include -I. -+INCLUDES=-I@top_srcdir@/Hardware/ -I@top_srcdir@/Includes -I$(X_CFLAGS) -I/usr/local/include -I. -I/usr/X11R6/include/ ++INCLUDES=-I@top_srcdir@/Hardware/ -I@top_srcdir@/Includes $(X_CFLAGS) -I/usr/local/include -I. OBJS = custom.o main.o prefs.o debug.o gemulator.o \ $(GFXOBJS) @@ -142,7 +142,7 @@ diff -ruN ../vMac-0.1.9.3.old/freebsd.patch ./freebsd.patch + .SUFFIXES: .o .c .h .m .i .S + +-INCLUDES=-I@top_srcdir@/Hardware/ -I@top_srcdir@/Includes -I$(X_CFLAGS) -I/usr/local/include -I. -++INCLUDES=-I@top_srcdir@/Hardware/ -I@top_srcdir@/Includes -I$(X_CFLAGS) -I/usr/local/include -I. -I/usr/X11R6/include/ +++INCLUDES=-I@top_srcdir@/Hardware/ -I@top_srcdir@/Includes $(X_CFLAGS) -I/usr/local/include -I. + + OBJS = custom.o main.o prefs.o debug.o gemulator.o \ + $(GFXOBJS) |