mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
8f11472006
This port requireat least s version 1.41 of the Qt library. There will be an error reported by configure, if only an earlier version is found, but no automatic port dependency exists (i.e. the x11-toolkits/qt141 port has to be manually built and installed). There may still be a problem with a missing -lXext in the kdesupport port. This will be taken care of during the next few days, if the problem still exists ...
45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
*** kwmmodules/kpager/Makefile.in~ Sat Dec 19 22:29:36 1998
|
|
--- kwmmodules/kpager/Makefile.in Tue Dec 29 01:29:59 1998
|
|
***************
|
|
*** 217,221 ****
|
|
|
|
.SUFFIXES:
|
|
! .SUFFIXES: .S .c .cpp .lo .o .s
|
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps kwmmodules/kpager/Makefile
|
|
--- 217,225 ----
|
|
|
|
.SUFFIXES:
|
|
! .SUFFIXES: .S .c .cpp .lo .o .s .h .moc
|
|
!
|
|
! .h.moc:
|
|
! $(MOC) $< -o $@
|
|
!
|
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps kwmmodules/kpager/Makefile
|
|
***************
|
|
*** 419,425 ****
|
|
mostlyclean distclean maintainer-clean
|
|
|
|
-
|
|
- %.moc: %.h
|
|
- $(MOC) $< -o $@
|
|
|
|
kpager.cpp:kpager.moc
|
|
--- 423,426 ----
|
|
*** kdm/Makefile.in~ Fri Jul 10 20:35:33 1998
|
|
--- kdm/Makefile.in Fri Oct 30 20:34:51 1998
|
|
***************
|
|
*** 507,511 ****
|
|
|
|
#CFLAGS = -Wall -Wno-implicit -Wno-return-type
|
|
CFLAGS += -DHAVE_CONFIG_H
|
|
! CXXFLAGS += -DHAVE_CONFIG_H
|
|
|
|
--- 507,511 ----
|
|
|
|
#CFLAGS = -Wall -Wno-implicit -Wno-return-type
|
|
CFLAGS += -DHAVE_CONFIG_H
|
|
! CXXFLAGS += -DHAVE_CONFIG_H -DHAVE_GETUSERSHELL
|
|
|