diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:59:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:59:26 +0000 |
commit | 89b7d2a4465628b128b8f5f7fde5f2a3e2b2a8df (patch) | |
tree | dab293772a4c12d5e7f6c0f30c1e8ae09e1cfe4d /emulators/xsystem35/files/patch-af | |
parent | 65b63032bfb3a3f1c8ac4ee660ac83927b43c92a (diff) | |
download | ports-89b7d2a4465628b128b8f5f7fde5f2a3e2b2a8df.tar.gz ports-89b7d2a4465628b128b8f5f7fde5f2a3e2b2a8df.zip |
Notes
Diffstat (limited to 'emulators/xsystem35/files/patch-af')
-rw-r--r-- | emulators/xsystem35/files/patch-af | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xsystem35/files/patch-af b/emulators/xsystem35/files/patch-af index b57a61abae69..1b00c1f29130 100644 --- a/emulators/xsystem35/files/patch-af +++ b/emulators/xsystem35/files/patch-af @@ -5,14 +5,14 @@ * include / library / definition */ -SYS_LIBRARIES = -lm `gtk-config --libs` -+SYS_LIBRARIES = -lm `gtk12-config --libs` ++SYS_LIBRARIES = -lm `$(GTK_CONFIG) --libs` #ifdef ENABLE_ESD EXTRA_LIBRARIES = $(OSDEPLIB) -lesd #else EXTRA_LIBRARIES = $(OSDEPLIB) #endif -EXTRA_INCLUDES = `gtk-config --cflags` $(OSDEPINC) -+EXTRA_INCLUDES = `gtk12-config --cflags` $(OSDEPINC) ++EXTRA_INCLUDES = `$(GTK_CONFIG) --cflags` $(OSDEPINC) EXTRA_DEFINES = $(OSDEPDEF) /* |