mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1f5db5b0b7
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
22 lines
627 B
Plaintext
22 lines
627 B
Plaintext
*** Imakefile.orig Fri Aug 4 05:19:36 1995
|
|
--- Imakefile Wed Sep 6 13:53:32 1995
|
|
***************
|
|
*** 17,24 ****
|
|
# -DNO_TRANS_COLOR Turn off setting the `none' color in xpixmaps
|
|
|
|
DO_XPMS = -DDO_XPMS
|
|
! XPM_INC = -I/usr/include/X11
|
|
! XPM_LIB = -L$(LIBDIR)/xpm -lXpm
|
|
|
|
|
|
# If you need this uncomment (particularly on decstations)
|
|
--- 17,24 ----
|
|
# -DNO_TRANS_COLOR Turn off setting the `none' color in xpixmaps
|
|
|
|
DO_XPMS = -DDO_XPMS
|
|
! XPM_INC = -I/usr/X11R6/include/X11
|
|
! XPM_LIB = -lXpm
|
|
|
|
|
|
# If you need this uncomment (particularly on decstations)
|