1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/mail/imap-uw/files/patch-ad

47 lines
1.5 KiB
Plaintext
Raw Normal View History

--- Makefile.orig Mon Nov 15 12:20:34 1999
+++ Makefile Fri Jul 7 00:35:00 2000
@@ -49,6 +49,7 @@
# art AIX 2.2.1 for RT
# asv Altos SVR4
# aux A/UX
+# bfp FreeBSD with Pluggable Authentication Modules (PAM)
# bs3 BSD/i386 3.0 and higher
# bsd generic BSD 4.3 (as in ancient 1980s version)
# bsf FreeBSD
@@ -244,12 +245,12 @@
# gradually-increasing intervals, starting at 2800-2900, and becoming
# permanent at 48,300.
-EXTRACFLAGS=
+EXTRACFLAGS=-I$(PREFIX)/include/c-client
# Extra linker flags (additional/alternative libraries, etc.)
-EXTRALDFLAGS=
+EXTRALDFLAGS=-L$(PREFIX)/lib -lc-client4
# Special make flags (e.g. to override make environment variables)
@@ -285,15 +286,15 @@
all: c-client rebuild bundled
-c-client:
- @echo Not processed yet. In a first-time build, you must specify
- @echo the system type so that the sources are properly processed.
- @false
+#c-client:
+# @echo Not processed yet. In a first-time build, you must specify
+# @echo the system type so that the sources are properly processed.
+# @false
# Note on SCO you may have to set LN to "ln".
-a32 a41 aix bs3 bsf bsi bso d-g d54 do4 drs epx gas gh9 ghp gs5 gso gsu gul hpp hpx lnp lyn mct mnt neb nxt nx3 osf os4 ptx qnx sc5 sco sgi sg6 shp sl4 sl5 slx snx sol sos uw2: an
+a32 a41 aix bfp bs3 bsf bsi bso d-g d54 do4 drs epx gas gh9 ghp gs5 gso gsu gul hpp hpx lnp lyn mct mnt neb nxt nx3 osf os4 ptx qnx sc5 sco sgi sg6 shp sl4 sl5 slx snx sol sos uw2: an
$(BUILD) OS=$@
# If you use sv4, you may find that it works to move it to use the an process.