-rw-r--r-- | noncore/apps/opie-console/opie-console.pro | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro index 6db9162..98705b8 100644 --- a/noncore/apps/opie-console/opie-console.pro +++ b/noncore/apps/opie-console/opie-console.pro | |||
@@ -71,6 +71,9 @@ LIBS += -lqpe -lopiecore2 -lopieui2 -lutil | |||
71 | TARGET = opie-console | 71 | TARGET = opie-console |
72 | 72 | ||
73 | DEFINES += HAVE_OPENPTY | 73 | DEFINES += HAVE_OPENPTY |
74 | #DEFINES += EAST FSCKED_DISTRI | ||
75 | |||
76 | include ( $(OPIEDIR)/include.pro ) | 74 | include ( $(OPIEDIR)/include.pro ) |
75 | |||
76 | teneast { | ||
77 | DEFINES -= HAVE_OPENPTY | ||
78 | DEFINES += EAST FSCKED_DISTRI | ||
79 | } \ No newline at end of file | ||