diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-01-23 18:38:32 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-01-23 18:38:32 +0000 |
commit | 7315f379b56d5c53cb24c8cbf7be8a45bd7abf93 (patch) | |
tree | 84713a811b86d329b1c62da8b7247a85a8442d90 /emulators/xsystem35/files | |
parent | ca1b52cba8a5d478b1680ff3150158a95ade70ec (diff) | |
download | ports-7315f379b56d5c53cb24c8cbf7be8a45bd7abf93.tar.gz ports-7315f379b56d5c53cb24c8cbf7be8a45bd7abf93.zip |
Notes
Diffstat (limited to 'emulators/xsystem35/files')
-rw-r--r-- | emulators/xsystem35/files/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/xsystem35/files/patch-af b/emulators/xsystem35/files/patch-af new file mode 100644 index 000000000000..51e148112822 --- /dev/null +++ b/emulators/xsystem35/files/patch-af @@ -0,0 +1,14 @@ +--- Imakefile.orig Sat Jan 16 05:16:18 1999 ++++ Imakefile Sat Jan 23 01:21:39 1999 +@@ -114,9 +114,9 @@ + /* + * include / library / definition + */ +-SYS_LIBRARIES = -lm `gtk-config --libs` ++SYS_LIBRARIES = -lm `gtk11-config --libs` + EXTRA_LIBRARIES = $(OSDEPLIB) +-EXTRA_INCLUDES = `gtk-config --cflags` $(OSDEPINC) ++EXTRA_INCLUDES = `gtk11-config --cflags` $(OSDEPINC) + EXTRA_DEFINES = $(OSDEPDEF) + + /* |