05aad5dc77
- fix build fail PR: ports/81490 Submitted by: David Yu <davidyu@ucsd.edu> Reviewed by: maintainer Pointed out by: pointyhat via kris
9 lines
519 B
Text
9 lines
519 B
Text
--- src/cin2tab/Makefile.am.orig Wed May 25 19:57:29 2005
|
|
+++ src/cin2tab/Makefile.am Wed May 25 19:57:06 2005
|
|
@@ -1,5 +1,6 @@
|
|
bin_PROGRAMS = cin2tab
|
|
|
|
+cin2tab_CPPFLAGS = $(X_CFLAGS)
|
|
cin2tab_SOURCES = charcode.c cin2tab.c gencin.c keymap.c syscin.c xcin_rc.c xcintool/check_file.c xcintool/open_data.c xcintool/snprintf.c xcintool/check_version.c xcintool/open_file.c xcintool/stable_sort.c xcintool/get_line.c xcintool/perr.c xcintool/xcin_malloc.c xcintool/get_word.c xcintool/set_locale.c
|
|
|
|
install-binPROGRAMS:
|